256: Workspace explorer

Task-Url: https://support.d4science.org/issues/256

Fixed css

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@117545 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-29 16:03:25 +00:00
parent 67c5a22c4b
commit 0ef6e80995
2 changed files with 47 additions and 44 deletions

View File

@ -1,58 +1,61 @@
/*************************************************
*
* SPECIFIC CSS FOR WORKSPACE EXPLORER
*
*
* Added to: /src/main/java/org/gcube/portlets/widgets/wsexplorer/resources/css/bootstrap.min.css
**************************************************/
.margin-auto {
margin: 0 auto;
/* width: 50%; */
}
.table-overflow td, th {
overflow: hidden !important;
}
/* .margin-auto { */
/* margin: 0 auto; */
/* /* width: 50%; */ */
/* } */
.table-overflow th{
text-align: center !important;
}
/* .table-overflow td, th { */
/* overflow: hidden !important; */
/* } */
.breadcrumbs-navigator .breadcrumb {
margin-bottom: 5px !important;
margin-left: 0px !important;
}
/* .table-overflow th{ */
/* text-align: center !important; */
/* } */
.moreinfo{
margin-top: 60%;
}
/* .breadcrumbs-navigator .breadcrumb { */
/* margin-bottom: 5px !important; */
/* margin-left: 0px !important; */
/* } */
.alert-custom {
margin-top: 10px;
margin-bottom: 0 !important;
padding: 4px !important;
}
/* .moreinfo{ */
/* margin-top: 60%; */
/* } */
.fileNameTextBox{
vertical-align: top !important;
margin-right: 10px;
margin-left: 5px;
width: 550px;
font-size: 12px !important;
}
/* .alert-custom { */
/* margin-top: 10px; */
/* margin-bottom: 0 !important; */
/* padding: 4px !important; */
/* } */
.footerHP{
margin-top: 20px !important;
float: right;
}
/* .fileNameTextBox{ */
/* vertical-align: top !important; */
/* margin-right: 10px; */
/* margin-left: 5px; */
/* width: 550px; */
/* font-size: 12px !important; */
/* } */
.htmlSaveName {
display: inline;
font-size: 14px;
margin-right: 5px;
vertical-align: middle;
}
/* .footerHP{ */
/* margin-top: 20px !important; */
/* float: right; */
/* } */
.savePanel{
border: 1px solid;
padding-left: 25px;
}
/* .htmlSaveName { */
/* display: inline; */
/* font-size: 14px; */
/* margin-right: 5px; */
/* vertical-align: middle; */
/* } */
/* .savePanel{ */
/* border: 1px solid; */
/* padding-left: 25px; */
/* } */

View File

@ -10,7 +10,7 @@
<script src="jquery-1.10.1.min.js"></script>
<script src="bootstrap.min.js"></script>
<stylesheet src='workspaceExplorer.css' />
<!-- <stylesheet src='workspaceExplorer.css' /> -->
<!-- Inherit the default GWT style sheet. You can change -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />