ENUM/SET editor styles

This commit is contained in:
lorilee
2010-06-28 19:14:21 -04:00
parent 2ef4025ec9
commit 5c7ee416b3
2 changed files with 102 additions and 2 deletions

View File

@@ -1377,4 +1377,54 @@ input#input_import_file {
.formelementrow {
margin: 5px 0px 5px 0px;
}
/**
* ENUM/SET editor styles
*/
p.enum_notice {
margin: 5px 2px;
font-size: 80%;
}
#enum_editor {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
width: 50%;
height: 80%;
background: #D0DCE0;
z-index: 101;
padding: 15px;
overflow: auto;
}
#popup_background {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
z-index: 100;
}
a.close_enum_editor {
float: right;
}
#enum_editor #values {
margin: 15px 0px;
}
#enum_editor #values input {
margin: 5px 0px;
float: top;
width: 100%;
}
#enum_editor input {
float: bottom;
}

View File

@@ -53,7 +53,7 @@ h3 {
font-weight: bold;
}
a:link,
a, a:link,
a:visited,
a:active {
text-decoration: none;
@@ -1248,7 +1248,7 @@ table#serverconnection_trg_local {
.exportoptions li, .importoptions li {
margin: 7px;
}
.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
.exportoptions label, .importoptions label, .exportoptions p, .importoptions p {
margin: 5px;
float: none;
}
@@ -1309,3 +1309,53 @@ input#input_import_file {
.formelementrow {
margin: 5px 0px 5px 0px;
}
/**
* ENUM/SET editor styles
*/
p.enum_notice {
margin: 5px 2px;
font-size: 80%;
}
#enum_editor {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
width: 50%;
height: 80%;
background: #D0DCE0;
z-index: 101;
padding: 15px;
overflow: auto;
}
#popup_background {
display: none;
position: fixed;
_position: absolute; /* hack for IE */
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
z-index: 100;
}
a.close_enum_editor {
float: right;
}
#enum_editor #values {
margin: 15px 0px;
}
#enum_editor #values input {
margin: 5px 0px;
float: top;
width: 100%;
}
#enum_editor input {
float: bottom;
}