Updated to Liferay 6.2
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@129465 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cd983e2180
commit
01c47eb404
|
@ -1,13 +1,43 @@
|
|||
/* FIX FOR Portal Theme */
|
||||
.aui body {
|
||||
color: #000;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.aui input[type="text"], .aui select, .aui textarea, .aui .uneditable-input
|
||||
{
|
||||
margin-bottom: 1px !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.aui input, .aui textarea, .aui .uneditable-input {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.aui p {
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
.aui img {
|
||||
vertical-align: baseline !important;
|
||||
}
|
||||
|
||||
.aui fieldset {
|
||||
padding: 9px !important;
|
||||
/* margin: 0; */
|
||||
border: 1px solid rgb(181, 184, 200) !important;
|
||||
}
|
||||
|
||||
.aui legend {
|
||||
margin-bottom: 0px !important;
|
||||
width: auto !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Workspace Explorer */
|
||||
#drop_target_inner {
|
||||
background-image: url("statalgoimporter/images/upload_128.png") !important;
|
||||
}
|
||||
|
||||
/* FIX FOR Portal Theme */
|
||||
.aui input[type="text"], .aui select, .aui textarea, .aui .uneditable-input {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.aui img {
|
||||
vertical-align: baseline !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue