X-Git-Url: https://code.grnet.gr/git/pithos-web-client/blobdiff_plain/4f08fa4d2709f9418dc4ef63d9e2b817aea7f053..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 35f52d0..86f46c8 100644 --- a/src/gr/grnet/pithos/web/public/pithos.css +++ b/src/gr/grnet/pithos/web/public/pithos.css @@ -1,5 +1,5 @@ /* - * Copyright 2011-2012 GRNET S.A. All rights reserved. + * Copyright 2011-2013 GRNET S.A. All rights reserved. * * Redistribution and use in source and binary forms, with or * without modification, are permitted provided that the following @@ -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; } @@ -345,16 +352,6 @@ table.pithos-permList.props-labels { padding-left: 4; } -.pithos-statistics { - color: black; - padding-top: 10px; - padding-bottom: 10px; -} - -.pithos-statistics .gwt-HTML { - font-size: smaller; -} - .pithos-statisticsSeparator { background: url(images/separator.png) no-repeat; width: 100%; @@ -395,7 +392,7 @@ table.pithos-permList.props-labels { .pithos-uploadButton-loading { background: url(images/ajax-loader.gif) no-repeat; - background-position: 110px 0px; + background-position: 100px 0px; background-color: #ff7f2a; } @@ -427,6 +424,16 @@ table.pithos-permList.props-labels { color: #72ADC8; } +.software { + font-size: 0.6em; + margin-top: 7px; + color: #fff; +} + +.version { + font-weight: bold; +} + .pithos-logo { position: absolute; top: 65px; @@ -442,10 +449,6 @@ table.pithos-permList.props-labels { margin-top: 0; } -/*.cellTreeWidget-selectedTree { - background-color: #BCD7E3; -}*/ - .pithos-list thead th img { top: 5px !important; } @@ -717,23 +720,6 @@ a.pithos-tag { font-weight: bold; } -.pithos-addMetaImg { - background-image: url(images/plus.png); - background-color: #4085A5; - background-repeat: no-repeat; - background-position: center; - padding: 8px; - cursor: pointer; -} - -.pithos-metaDeleteImg { - background: url(images/delete.png); - background-repeat: no-repeat; - background-position: center; - padding: 10px; - cursor: pointer; -} - .pithos-metaName { width: 7em; } @@ -745,3 +731,7 @@ a.pithos-tag { .pithos-versionList { padding-right: 5px; } + +.props-values .gwt-Label { + word-break: break-word; +}