From: Joseph C. <tex...@us...> - 2007-12-02 08:48:57
|
Update of /cvsroot/popfile/engine/skins/blue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5824/blue Modified Files: Tag: b0_22_2 style.css Log Message: Port some skin changes from HEAD. Add Javascript Check All box for message history. Add text that magnet matches (any opinions on that?). Still need to update the rest of the skins (this causes minor issues with them). Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/blue/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 08:48:59 -0000 1.3.6.2 *************** *** 17,20 **** --- 17,25 ---- font-weight: bold; font-family: verdana, sans-serif; + font-size: 0.9em; + } + + input.submit:hover { + background-color: #363E75; } *************** *** 33,49 **** td.head { font-weight: normal; ! font-size: 22pt; background-color : #4C558E; color: white; } ! a.shutdownLink { background-color : #4C558E; color: white; ! font-size: 12pt; } .menu { ! font-size: 14pt; font-weight: bold; width: 100%; --- 38,54 ---- td.head { font-weight: normal; ! font-size: 1.3em; background-color : #4C558E; color: white; } ! a.shutdownLink, a.logoutLink { background-color : #4C558E; color: white; ! font-size: 1em; } .menu { ! font-size: 1.1em; font-weight: bold; width: 100%; *************** *** 102,109 **** .menuIndent { ! width: 8%; } ! table.historyWidgetsTop { width: 100%; margin-left: 1.5em; --- 107,114 ---- .menuIndent { ! width: 7%; } ! td.historyWidgetsTop { width: 100%; margin-left: 1.5em; *************** *** 115,118 **** --- 120,124 ---- text-align: right; padding-right: 0.5em; + vertical-align: top; } *************** *** 140,144 **** a.changeSettingLink { background-color: transparent ; ! color: #ddeeff ; } --- 146,150 ---- a.changeSettingLink { background-color: transparent ; ! color: #DDEEFF; } *************** *** 173,177 **** tr.rowHighlighted { background-color: #000030; ! color: #eeeeee; } --- 179,183 ---- tr.rowHighlighted { background-color: #000030; ! color: #EEEEEE; } *************** *** 256,260 **** tr.rowBoundary { ! background-color: white; } --- 262,266 ---- tr.rowBoundary { ! background-color: #FFFFFF; } *************** *** 262,266 **** border: 2px solid #363E68; padding: 0.4em; ! padding-bottom: 0; } --- 268,275 ---- border: 2px solid #363E68; padding: 0.4em; ! } ! ! div.helpMessage form { ! margin: 0; } *************** *** 268,270 **** --- 277,294 ---- display: block; width: 100%; + } + + .historyMagnetUsed { + overflow: hidden; + white-space: nowrap; + vertical-align: middle; + } + + .historyMagnetUsed img { + vertical-align: bottom; + } + + .historyMagnetUsed span { + font-size:80%; + vertical-align: middle; } \ No newline at end of file |