diff options
author | Simon | 2011-03-14 12:46:27 +0100 |
---|---|---|
committer | Simon | 2011-03-14 12:46:27 +0100 |
commit | ec0e22ab2aa4ed397ec815a7df682eb14956adf0 (patch) | |
tree | 81b998fc0aeeab12d839990e53272dd9eecee39b /public | |
parent | filtertypen hinzugefügt, Zeit, Datum und Wochentage können in Filtern defin... (diff) | |
download | pbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.tar.gz pbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.tar.xz pbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.zip |
Layout angepasst
Diffstat (limited to 'public')
-rw-r--r-- | public/media/css/style.css | 12 | ||||
-rw-r--r-- | public/media/img/down.png | bin | 0 -> 284 bytes | |||
-rw-r--r-- | public/media/img/up.png | bin | 0 -> 269 bytes |
3 files changed, 11 insertions, 1 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css index be81025..9422da2 100644 --- a/public/media/css/style.css +++ b/public/media/css/style.css @@ -123,7 +123,17 @@ body{font-family:sans,arial; position:absolute; top:0px; right:0px; width:400px; - display:none; +} +#debug .v1{ + text-align:right; +} +#debug a{ + font-size:10px; + margin-right:5px; + color:#009; +} +#debug a img { + border:none; } /* ###################################################### */ diff --git a/public/media/img/down.png b/public/media/img/down.png Binary files differnew file mode 100644 index 0000000..ecf8572 --- /dev/null +++ b/public/media/img/down.png diff --git a/public/media/img/up.png b/public/media/img/up.png Binary files differnew file mode 100644 index 0000000..2b93791 --- /dev/null +++ b/public/media/img/up.png |