From: Joseph C. <tex...@us...> - 2005-08-15 03:49:51
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/oceanblue Modified Files: style.css Log Message: Further skin work for 0.23. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** style.css 2 Jun 2005 11:26:39 -0000 1.9 --- style.css 15 Aug 2005 03:49:42 -0000 1.10 *************** *** 379,383 **** border: 1px solid black; padding: 0.4em; ! padding-bottom: 0; } --- 379,386 ---- border: 1px solid black; padding: 0.4em; ! } ! ! div.helpMessage form { ! margin: 0; } *************** *** 413,432 **** } /* Hide Tan Hack from IE5-mac \*/ * html .shell {height: 1%;} /* End hide from IE5-mac */ - /*********************************************************/ /* Config Bar */ .configBar, .configBarHidden { ! padding-top: 0.5em; } .configBarTitle { border: 1px solid white; color: white; background-color: #2175bc; } --- 416,445 ---- } + .viewHeadings { + display: inline; + } + /* Hide Tan Hack from IE5-mac \*/ * html .shell {height: 1%;} /* End hide from IE5-mac */ /*********************************************************/ /* Config Bar */ .configBar, .configBarHidden { ! padding-top: 0; } .configBarTitle { + display: inline; + font-weight: normal; + font-size: 1em; + } + + .configBarTitle a { border: 1px solid white; color: white; background-color: #2175bc; + font-size: 1.1em; } |