summaryrefslogtreecommitdiffstats
path: root/public/media/css
diff options
context:
space:
mode:
authorSimon2011-03-09 14:43:40 +0100
committerSimon2011-03-09 14:43:40 +0100
commit9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd (patch)
tree937aa56a584bb1401f85c8887f5c4adeb0196c02 /public/media/css
parenthtaccess (diff)
downloadpbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.gz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.tar.xz
pbs2-9f26be7f273a1c16fee2a369eb6c8dbcfdc83cdd.zip
Icons ins Oberlfäche hinzugefügt & Views geupdated & style geupdated & select in free clients hinzugefügt
Diffstat (limited to 'public/media/css')
-rw-r--r--public/media/css/style.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 8057da4..fb4177e 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -80,7 +80,7 @@ border:1px solid #CCC;
}
.addbutton {
-float:right;
+ float:right;
}
.monospace {
@@ -109,7 +109,17 @@ background-color:#FFF5CC;
tr.detail>td {
border:none;
}
+td.arrowtop{
+vertical-align:top;
+text-align:center;
+}
tr.detail table tr td {
background-color:#E2EFE1;
}
+
+tr td.action{
+ text-align:center;
+ width:20px;
+}
+td.action img{border:none;}