Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update standard form
  • Loading branch information
cdujeu committed Jul 16, 2014
1 parent 523ff39 commit a02fdcc
Showing 1 changed file with 30 additions and 25 deletions.
55 changes: 30 additions & 25 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/ajaxplorer.css
Expand Up @@ -477,7 +477,6 @@ div.shadow_class
#search_txt
{
margin-left: 0;
width: 174px;
border: 1px solid #aaa;
background-repeat: no-repeat;
background-position: top left;
Expand All @@ -489,7 +488,7 @@ div.shadow_class
}

.dialogContent select{
height: 22px;
height: 26px;
}

.dialogContent select[multiple]{
Expand Down Expand Up @@ -926,7 +925,6 @@ div.accordion_content{
padding: 5px;
}


div.oneFieldForm{
margin-bottom: 13px;
background-color: #EEEEEE;
Expand Down Expand Up @@ -967,6 +965,16 @@ div.oneFieldForm input.SF_input{
div.SF_element{
padding-top: 5px;
clear:left;
width: 100%;
margin: 0 40px;
}

div.SF_element div.SF_element{
margin: 0;
}

div.dialogContent div.SF_element{
margin: 0 15px;
}

div.SF_disabled{
Expand All @@ -975,17 +983,11 @@ div.SF_disabled{
}

div.SF_label{
float: left;
width: 39%;
text-align: right;
padding-right:1%;
padding-left:0;
padding-top: 5px;
padding-bottom: 8px;
line-height: 18px;
font-size: 12px;
/*white-space: nowrap; /* css-3 */
/*word-wrap: no break-word; /* Internet Explorer 5.5+ */
text-transform: uppercase;
width: 100% !important;
line-height: 22px !important;
letter-spacing: 1px;
margin-top: 3px;
}

input.SF_fieldCheckBox{
Expand All @@ -997,19 +999,16 @@ input.SF_fieldCheckBox{
}

.SF_input{
float:left;
padding: 2px 3px !important;
width: 54% !important;
_width:54% !important; /*IE*/
}

div.SF_element.SF_largeLabel > div.SF_label{
width: 56% !important;
_width:54% !important; /*IE*/
margin-left: 0;
width: 100%;
max-width: 355px !important;
}

div.SF_element.SF_largeLabel > .SF_input{
width: 39% !important;
.SF_element textarea, .SF_element select, .SF_element div.SF_image_block{
margin-left: 0 !important;
background-color: white;
width: 100%;
max-width: 355px !important;
}

div.SF_element.SF_largeLabel > input.SF_input.SF_number,
Expand Down Expand Up @@ -1165,6 +1164,12 @@ input.SF_input.SF_number{
color: #A00;
}

div.tabbed_editor div.innerTitle{
margin: 10px !important;
padding: 8px !important;
letter-spacing: 1px !important;
}

/****************
/* LOGIN BOX
/****************/
Expand Down

0 comments on commit a02fdcc

Please sign in to comment.