X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=themes%2Fdefault%2Fstylesheet.css;h=d67f3ac27db205fd5b04ccdc945d154e87e19910;hp=e9a505c7ec5b1368dde502ecdb9c4d9ae5e4ad53;hb=7e03ea33b5466be8d499925972a5d044e9695d3d;hpb=06e07c45d3ae47d1126230ca5bae0f9d5a708e15 diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index e9a505c..d67f3ac 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -83,6 +83,13 @@ div.header { white-space: nowrap; } +div.subheader { + background-color: #eeeeee; + padding: 5px 10px 5px 10px; + vertical-align: middle; + white-space: nowrap; +} + img { border: none; } @@ -218,6 +225,15 @@ table.calendar tr td { vertical-align: middle; } +#whiteline { + height: 1px; + background-color: #ffffff; +} + +#index { + margin-top: 5px; +} + input.submit,input.checkbox { background-color: transparent; border: 0px;