Skip to content

Commit 48e94f6

Browse files
author
redray
committed
css form changes
1 parent ada1e69 commit 48e94f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
.pnl_formarea fieldset {
6666
font-weight: bold;
6767
}
68+
69+
/* hide line and legend when inside tabbed content */
70+
#tabbox_content * .pnl_toolsarea fieldset, #tabbox_content * .pnl_listarea fieldset, #tabbox_content * .pnl_formsarea fieldset { border: none !important; }
71+
#tabbox_content * .pnl_toolsarea fieldset legend, #tabbox_content * .pnl_listarea fieldset legend, #tabbox_content * .pnl_formsarea fieldset legend { display: none !important; }
6872

6973
.codeview {
7074
margin:20px 0;
@@ -309,7 +313,7 @@
309313
/* Individual Form Lengths */
310314
.textInput#username, .textInput#password, .textInput#passwort, .textInput#source_password { width: 100px; }
311315
.selectInput#language { width: 75px; }
312-
.selectInput#client_group_id { width: 125px; }
316+
.selectInput#client_group_id, .selectInput#default_group { width: 125px; }
313317
input#refresh, input#retry, input#expire, input#minimum, input#ttl { width: 50px !important; }
314318

315319
/* --- */

interface/web/themes/default/css/screen/uni-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
.uniForm .blockLabels textarea{ width: 43%; /* <- Required property */ height: 12em; }
4949

5050
.uniForm .formHint,
51-
.uniForm .blockLabels .formHint{ width: 35%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }
51+
.uniForm .blockLabels .formHint{ width: 55%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }
5252

5353
.uniForm .multiField,
5454
.uniForm .blockLabels .multiField{ width: 43%; }

0 commit comments

Comments
 (0)