[Join-cvs] join1/src/web/styles join.css,1.2,1.3
Brought to you by:
lbroudoux
|
From: Laurent B. <lbr...@us...> - 2008-01-28 22:35:59
|
Update of /cvsroot/join/join1/src/web/styles In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17189/styles Modified Files: join.css Log Message: Add ajax support and nifty cubes for nice rounded corners ! Index: join.css =================================================================== RCS file: /cvsroot/join/join1/src/web/styles/join.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** join.css 9 Oct 2006 20:58:29 -0000 1.2 --- join.css 28 Jan 2008 22:35:53 -0000 1.3 *************** *** 113,117 **** } ! .h3, .h4, .h5{ background-image: url(../images/nw-min.gif); background-repeat: no-repeat; --- 113,117 ---- } ! .h4, .h5{ background-image: url(../images/nw-min.gif); background-repeat: no-repeat; *************** *** 122,126 **** background-color: #a2b7c5; } - .h4{ color: #1f354d; --- 122,125 ---- *************** *** 173,176 **** --- 172,184 ---- } + .disptab th{ + background-color: #dddddd; + background-image: url(../images/nw-min.gif); + background-repeat: no-repeat; + } + .disptab th.empty{ + background-color: #f2f5f7; + } + #doctab th{ background-color: #dddddd; *************** *** 211,215 **** } ! #leftcol a, #doctab a{ text-decoration: none; } --- 219,223 ---- } ! #leftcol a, .disptab a, #doctab a{ text-decoration: none; } *************** *** 272,276 **** margin-top: 0em; } - .h4 h4{ font-size: 0.9em; --- 280,283 ---- *************** *** 302,305 **** --- 309,321 ---- } + .disptab td{ + font-size: 0.7em; + color: #686868; + } + .disptab th{ + font-size: 0.7em; + color: #686868; + } + #doctab td{ font-size: 0.7em; *************** *** 348,351 **** --- 364,380 ---- } + table.disptab td{ + margin: 2px; + padding-left: 12px; + padding-right: 12px; + } + table.disptab th{ + margin: 2px; + padding-right: 10px; + padding-left: 10px; + padding-top: 3px; + padding-bottom: 3px; + } + table#doctab td{ margin: 2px; *************** *** 382,384 **** td#leftcol div{ padding-left: 5px; ! } --- 411,413 ---- td#leftcol div{ padding-left: 5px; ! } \ No newline at end of file |