summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-04-12 11:39:33 +0200
committerSimon2011-04-12 11:39:33 +0200
commitb3695b8de6dff1f2047f39dbb55e015c46b045d7 (patch)
treef08ddb1425da4684fbd7e489ac79b8653a0a5453 /public
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.tar.gz
pbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.tar.xz
pbs2-b3695b8de6dff1f2047f39dbb55e015c46b045d7.zip
Übersicht verbessert
Diffstat (limited to 'public')
-rw-r--r--public/media/css/user.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/public/media/css/user.css b/public/media/css/user.css
index 19d86cd..8b16f52 100644
--- a/public/media/css/user.css
+++ b/public/media/css/user.css
@@ -84,6 +84,7 @@
.listelement .element .number {
font-size: 28px;
+ clear:left;
float: left;
padding: 0px 5px 0px 0px;
width: 40px;
@@ -91,8 +92,18 @@
color: #CCC;
font-style: italic;
font-weight: bold;
+ line-height:26px;
+}
+.listelement .element .smallnumber{
+ font-size: 10px;
+ float: left;
+ padding: 0px 5px 0px 0px;
+ width: 40px;
+ text-align: center;
+ color: #CCC;
+ font-weight: bold;
+ line-height:12px;
}
-
.listelement .element .content {
margin-left: 50px;
}
@@ -199,4 +210,4 @@
.noBold {
font-weight: normal;
-} \ No newline at end of file
+}