Merge branch 'release-0.16'
[pithos-web-client] / src / gr / grnet / pithos / web / public / pithos.css
index aaba424..86f46c8 100644 (file)
@@ -213,6 +213,13 @@ table.pithos-permList.props-labels {
        border-bottom: 1px solid white;
 }
 
+.pithos-topPanel .gwt-Image {
+  position: relative;
+  bottom: -19px;
+  max-height: 64px;
+  max-width: 100%;
+}
+
 .gwt-MenuBar-vertical {
        background: #D0E3ED;
 }
@@ -724,3 +731,7 @@ a.pithos-tag {
 .pithos-versionList {
        padding-right: 5px;
 }
+
+.props-values .gwt-Label {
+  word-break: break-word;
+}