X-Git-Url: https://code.grnet.gr/git/pithos-web-client/blobdiff_plain/f2ae09482bb4a9e31998fe165e5c742c2205c519..ea123a67e22516fd5b0c23cd31dc8c5e0db924f2:/src/gr/grnet/pithos/web/public/pithos.css diff --git a/src/gr/grnet/pithos/web/public/pithos.css b/src/gr/grnet/pithos/web/public/pithos.css index aaba424..86f46c8 100644 --- a/src/gr/grnet/pithos/web/public/pithos.css +++ b/src/gr/grnet/pithos/web/public/pithos.css @@ -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; +}