1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/gwtorganise/war/G3viewer.css

40 lines
2.0 KiB
CSS
Raw Normal View History

* {padding:0; margin:0;}
#main {position:relative; width:100%; height:100%}
.error {width:300px; height:200px;}
.item {width:100px; height: 100px; padding:3px; border: 2px solid #FFF; overflow: hidden; float:left; text-align:center; position:relative;margin:3px;}
.item img{max-width:96px; max-height:76px; *width:96px; *height:76px; border:2px solid #AAA;}
.item h3{font-size:10px; font-weight:normal; position:absolute; bottom:5px; left:0px; width:100%; text-align:center; padding:0; margin:0;}
.ialbum {background-color: #e3effb; border: 2px solid #91c0ef; }
.popped {background-color: #e3effb;}
.view {padding:3px;}
.DropZone {height: 100px; width:6px; margin: 0 -3px 0 -3px; padding: 0; float:left; text-align:center; position:relative;}
.loading{position:absolute; top:0px; left:0px; width:100%; height: 100%; background-color:#888; opacity: 0.3; filter: alpha(opacity = 30);}
.gwt-TreeItem-selected .Tree-Album {background-color: #333; color: #FFF;}
.Tree-Album {padding: 1px;}
.Tree-Album:hover{text-decoration:underline;}
.drop-target{background-color: #91c0ef; color: #000;}
.popup {padding: 2px; border: 1px solid #91c0ef;background-color:#FFF}
.dialog fieldset{ border: none; padding: 0px; margin: 0px;}
.dialog legend{ display: none;}
.dialog ul {padding:0; margin:0;}
.dialog ul ul li {float:left;}
.dialog li {list-style: none; padding:0;margin:0;}
.dialog form input[type="password"], .dialog form input[type="text"], .dialog form textarea .dialog form select {border: 1px solid #000; padding: 0.2em; display:block; clear: both;}
.dialog form input[type="password"], .dialog form input[type="text"], .dialog form textarea {width: 100%}
.dialog form textarea {height: 12em;}
.label {width:90px; text-align:center;}
.progressBar {border: 1px solid #cccccc; width: 100px; height: 10px;}
.progessInner {background: #34628c;width: 0px;height: 10px;}
.dContents {padding: 2px 5px 2px 5px;}
.dButtons {text-align: right}
.hideme {overflow:hidden; width:0; height:0; margin:0; padding:0;}