From: Joseph C. <tex...@us...> - 2007-12-02 12:58:38
|
Update of /cvsroot/popfile/engine/skins/glassblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25903/glassblue Modified Files: Tag: b0_22_2 style.css Log Message: Port more HEAD skin changes. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/glassblue/style.css,v retrieving revision 1.3.6.1 retrieving revision 1.3.6.2 diff -C2 -d -r1.3.6.1 -r1.3.6.2 *** style.css 14 Sep 2005 19:24:29 -0000 1.3.6.1 --- style.css 2 Dec 2007 12:58:41 -0000 1.3.6.2 *************** *** 7,10 **** --- 7,11 ---- font-family: Verdana, sans-serif; color: white; + margin: 1em; } *************** *** 22,29 **** } .shell, .shellTop { background-color: #344FB2; ! border: 1px black outset; ! width: 98%; color: white; } --- 23,34 ---- } + input.checkbox { + background-color: transparent; + border: 0; + } .shell, .shellTop { background-color: #344FB2; ! border: 1px black solid; ! width: 100%; color: white; } *************** *** 58,61 **** --- 63,67 ---- width: 12%; border: 1px black solid; + border-bottom: 0; height: 20px; font-weight: bold; *************** *** 107,112 **** border: 1px black solid; color: white; - width: 100%; margin-top: 1em; } --- 113,118 ---- border: 1px black solid; color: white; margin-top: 1em; + width: 100%; } *************** *** 262,272 **** div.helpMessage { background-color: #23367D; ! border: 1px solid #6B76A1; ! padding: 0.3em; ! padding-bottom: 0; } ! .menuLink { display: block; width: 100%; } --- 268,327 ---- div.helpMessage { background-color: #23367D; ! border: 1px solid black; ! padding: 0.5em; } ! div.helpMessage form { ! margin: 0; ! } ! /*********************************************************/ ! /* Menu Settings */ .menuLink { display: block; width: 100%; } + /*********************************************************/ + /* Positioning */ + .historyNavigatorTop, .historyNavigatorBottom { + text-align: right; + vertical-align: top; + } + .refreshLink { + margin-top: 0.5em; + } + h2.history { + margin-top: 0; + margin-bottom: 0.3em; + } + .removeButtonsTop { + padding-bottom: 1em; + } + + + + + + + + + + .checkLabel { + border: 1px solid #344FB2; + white-space: nowrap; + } + + + + .historyMagnetUsed { + overflow: hidden; + white-space: nowrap; + vertical-align: middle; + } + + .historyMagnetUsed img { + vertical-align: bottom; + } + + .historyMagnetUsed span { + font-size:80%; + vertical-align: middle; + } |