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 * 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 { /* .margin-auto { */
overflow: hidden !important; /* margin: 0 auto; */
} /* /* width: 50%; */ */
/* } */
.table-overflow th{ /* .table-overflow td, th { */
text-align: center !important; /* overflow: hidden !important; */
} /* } */
.breadcrumbs-navigator .breadcrumb { /* .table-overflow th{ */
margin-bottom: 5px !important; /* text-align: center !important; */
margin-left: 0px !important; /* } */
}
.moreinfo{ /* .breadcrumbs-navigator .breadcrumb { */
margin-top: 60%; /* margin-bottom: 5px !important; */
} /* margin-left: 0px !important; */
/* } */
.alert-custom { /* .moreinfo{ */
margin-top: 10px; /* margin-top: 60%; */
margin-bottom: 0 !important; /* } */
padding: 4px !important;
}
.fileNameTextBox{ /* .alert-custom { */
vertical-align: top !important; /* margin-top: 10px; */
margin-right: 10px; /* margin-bottom: 0 !important; */
margin-left: 5px; /* padding: 4px !important; */
width: 550px; /* } */
font-size: 12px !important;
}
.footerHP{ /* .fileNameTextBox{ */
margin-top: 20px !important; /* vertical-align: top !important; */
float: right; /* margin-right: 10px; */
} /* margin-left: 5px; */
/* width: 550px; */
/* font-size: 12px !important; */
/* } */
.htmlSaveName { /* .footerHP{ */
display: inline; /* margin-top: 20px !important; */
font-size: 14px; /* float: right; */
margin-right: 5px; /* } */
vertical-align: middle;
}
.savePanel{ /* .htmlSaveName { */
border: 1px solid; /* display: inline; */
padding-left: 25px; /* 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="jquery-1.10.1.min.js"></script>
<script src="bootstrap.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 --> <!-- Inherit the default GWT style sheet. You can change -->
<inherits name="com.github.gwtbootstrap.Bootstrap" /> <inherits name="com.github.gwtbootstrap.Bootstrap" />