Added padding to some labels (issue #2335)
authorChristos Stathis <chstath@ebs.gr>
Wed, 25 Apr 2012 12:52:30 +0000 (15:52 +0300)
committerChristos Stathis <chstath@ebs.gr>
Wed, 25 Apr 2012 12:52:30 +0000 (15:52 +0300)
src/gr/grnet/pithos/web/public/pithos.css

index a557073..afc6077 100644 (file)
@@ -178,12 +178,16 @@ table.pithos-permList.props-labels {
 .props-labels {
        font-size: 80%;
        font-weight: bold;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 
 .props-toplabels {
        font-size: 80%;
        font-weight: bold;
        font-style: italic;
+       padding-left: 10px;
+       padding-right: 10px;
 }
 
 .props-values {