Updated to Liferay 6.2
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@129454 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8b4a42eeca
commit
f2c08f48ab
|
@ -1,31 +1,38 @@
|
|||
/* FIX FOR Portal Theme */
|
||||
.aui input[type="text"], .aui select, .aui textarea, .aui .uneditable-input {
|
||||
.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;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.aui p {
|
||||
margin: 0px !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
.aui img {
|
||||
vertical-align: baseline !important;
|
||||
vertical-align: baseline !important;
|
||||
}
|
||||
|
||||
.aui fieldset {
|
||||
padding: 9px !important;
|
||||
/* margin: 0; */
|
||||
border: 1px solid rgb(181, 184, 200) !important;
|
||||
padding: 9px !important;
|
||||
/* margin: 0; */
|
||||
border: 1px solid rgb(181, 184, 200) !important;
|
||||
}
|
||||
|
||||
.aui legend {
|
||||
margin-bottom: 0px !important;
|
||||
width: auto !important;
|
||||
width: auto !important;
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue