workspace-tree-widget/src/main/java/org/gcube/portlets/user/workspace/public/workspacetree.css

149 lines
2.6 KiB
CSS

@CHARSET "UTF-8";
/*Used from suggestbox*/
ul.multivalue-panel-suggest {
list-style-type: none;
overflow: hidden;
height: auto !important;
width: 380px;
border: 1px solid #CCC;
cursor: text;
font-size: 12px;
font-family: Verdana;
min-height: 1px;
z-index: 999;
margin: 0;
padding: 0;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.multivalue-panel-suggest li input {
border: 0;
padding: 3px 8px;
background-color: white;
margin: 2px 0;
width: 100px;
}
li.multivalue-panel-token-ws {
overflow: hidden;
height: auto !important;
height: 1%;
margin: 3px;
padding: 1px 3px;
background-color: #E2E6F0;
border: 1px solid #9DACCC;
color: #1C2A47;
cursor: default;
font-size: 11px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: left;
}
.notSelectable-ws {
background-color: #FFF !important;
}
li.multivalue-panel-token-ws p {
display: inline;
padding: 0;
margin: 0;
}
li.multivalue-panel-token-ws span {
color: #a6b3cf;
margin-left: 5px;
font-weight: bold;
cursor: pointer;
}
.margin-right-flex{
margin-right: 8px;
}
.margint-top-flex{
margin-top: 10px;
margin-right: 8px;
}
.wizardButton {
height: 22px !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
border-color: #BBB;
color: #464646;
font-size: 12px;
border-width: 1px;
border-style: solid;
cursor: pointer;
cursor: hand;
margin-right: 5px;
margin-right: 3px;
padding-bottom: 1px;
}
.wizardButton[disabled]:hover,.wizardButton[disabled]:active,.wizardButton[disabled]
{
color: #CCC;
border-color: #BBB;
cursor: default;
opacity: 1.0;
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
}
.wizardButton:hover {
border-color: #222;
color: #222;
opacity: 0.8;
}
.wizardButton:active {
background: #e3e8f3 url(images/white-grad.png) repeat-x scroll left top;
}
table.userssuggest {
/*background-color: #DFE8F6 !important;*/
font-family: verdana,arial,sans-serif;
font-size: 12px;
/*color:#333333;*/
border-width: 0px;
background-color: none;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
margin-bottom: 20px;
/*border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
*/
}
table.userssuggest td {
border-width: 0px;
border-style: solid;
/*border-color: #999999;*/
border-collapse: collapse;
border-spacing: 0px;
height: 30px;
padding: 5px;
}
table.userssuggest th {
font-weight: bold;
font-size: 11px;
height: 30px;
border-collapse: collapse;
border-spacing: 0px;
}