added workspacetree.css

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@68950 82a268e6-3cf1-43bd-a215-b396298e98cf
task/19600
Francesco Mangiacrapa 11 years ago
parent 5d25007065
commit e55e4ca19c

@ -20,6 +20,9 @@
<servlet path="/DownloadService" class="org.gcube.portlets.user.workspace.server.DownloadServlet" />
<servlet path="/ImageService" class="org.gcube.portlets.user.workspace.server.ImageServlet" />
<!-- Specify the application specific style sheet. -->
<stylesheet src='workspacetree.css' />
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>

@ -0,0 +1,112 @@
@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;
}
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;
}
Loading…
Cancel
Save