X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2FBackupPC_stnd.css;h=34eab5ffd10a49f39fdc0958bfee4865b8cd271b;hp=0d0e6810c66e3f511fb6d80087af6bd8160efef7;hb=f1c8a187bab57c30f24fac2ea8ae04c9e6e39d1d;hpb=a5650695edc5ab99c7da689704882f1b11ce3a7c diff --git a/conf/BackupPC_stnd.css b/conf/BackupPC_stnd.css index 0d0e681..34eab5f 100644 --- a/conf/BackupPC_stnd.css +++ b/conf/BackupPC_stnd.css @@ -1,7 +1,7 @@ /* * BackupPC standard CSS definitions * - * Version 3.0.0beta1, released 30 Jul 2006. + * Version 3.0.0, released 28 Jan 2007. * * See http://backuppc.sourceforge.net. * @@ -9,7 +9,7 @@ * Craig Barratt * * COPYRIGHT - * Copyright (C) 2004 Craig Barratt + * Copyright (C) 2004-2009 Craig Barratt */ body { @@ -24,7 +24,7 @@ body { table { border-collapse: collapse; color: #000000; - padding:0px; + padding: 2px; } h1 { @@ -95,6 +95,13 @@ a.navbar { background-color:#eeeeee; } +table.sortable a.sortheader { + background-color:#eeeeee; + font-weight: bold; + text-decoration: none; + display: block; +} + .border { font-size:10pt; } @@ -129,7 +136,7 @@ a.navbar { } .editSaveButton { - color:#ff0000; + color:#c0c0c0; font-size:14pt; font-weight:bold; } @@ -156,8 +163,9 @@ a.navbar { } .fviewborder { + border-left:1px solid #666666; border-bottom:1px solid #000000; - border-left:1px dotted #666666; + border-right:1px solid #666666; background-color:#eeeeee; font-size:9pt; } @@ -187,13 +195,14 @@ a.navbar { .histView { border-bottom:1px solid #000000; - border-left:2px solid #ffffff; + border-left:1px solid #000000; background-color:#eeeeee; font-size:10pt; } .histViewMis { border-bottom:1px solid #000000; + border-left:1px solid #000000; background-color:#ffdddd; } @@ -224,8 +233,9 @@ div.NavTitle { #Content { float:right; - width:80%; + width:79%; left:20%; top:10px; + right:10px; position:absolute; }