From: Joseph C. <tex...@us...> - 2005-08-31 07:41:32
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21816/skins/default Modified Files: handheld.css Log Message: A few more changes. Fixes overlap with IE. Index: handheld.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/handheld.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** handheld.css 30 Aug 2005 20:55:26 -0000 1.2 --- handheld.css 31 Aug 2005 07:41:25 -0000 1.3 *************** *** 48,51 **** --- 48,55 ---- } + .historyWidgetsTop { + // padding-top: 2em; + } + .columnControls { display: none !important; *************** *** 58,61 **** --- 62,69 ---- } + .rowOdd td { + border: none !important; + } + tr.rowHeader { width: auto !important; *************** *** 76,79 **** --- 84,91 ---- } + .historyNavigatorTop form { + display:inline; + } + td.historyNavigatorTop div.refreshLink { display: none; *************** *** 87,89 **** display: block; text-align: left; ! } \ No newline at end of file --- 99,117 ---- display: block; text-align: left; ! } ! ! .shell { ! border: 1px; ! } ! ! .shellTopCenter, .shellTopRight, .shellTopLeft { ! display: none; ! } ! ! .shellRight, .shellLeft { ! display: none; ! } ! ! .shellBottomCenter, .shellBottomRight, .shellBottomLeft { ! display: none; ! } |