[otrs-cvs] otrs/var/httpd/htdocs/skins/Agent/default/css Core.Form.css, 1.44, 1.45
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css
In directory lancelot:/tmp/cvs-serv28231/var/httpd/htdocs/skins/Agent/default/css
Modified Files:
Core.Form.css
Log Message:
Fixed bug#9006 - Labels and values are misaligned.
Author: mn
Index: Core.Form.css
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Form.css,v
retrieving revision 1.44
retrieving revision 1.45
diff -2 -u -d -r1.44 -r1.45
--- Core.Form.css 28 Jan 2013 14:16:54 -0000 1.44
+++ Core.Form.css 11 Feb 2013 14:45:27 -0000 1.45
@@ -244,5 +244,5 @@
display: block;
float: left;
- line-height: 1.3em;
+ line-height: 1.9em;
width: 30%;
text-align: right;
@@ -262,5 +262,5 @@
fieldset.TableLike > .Field,
fieldset.TableLike > .Row > .Field {
- line-height: 1.2em;
+ line-height: 1.9em;
margin-left: 30%;
margin-right: 0;
@@ -281,5 +281,5 @@
fieldset.TableLike select {
- margin-top: 1px;
+ margin-top: 3px;
}
@@ -328,6 +328,6 @@
fieldset.TableLike > .Row > .Value {
margin-left: 30%;
- padding: 3px 0 3px 8px;
- line-height: 1.3em;
+ padding: 5px 0 3px 8px;
+ line-height: 1.9em;
}
@@ -335,5 +335,5 @@
.RTL fieldset.TableLike > .Row > .Value {
margin: 0 30% 0 0;
- padding: 3px 8px 3px 0;
+ padding: 5px 8px 3px 0;
}
@@ -403,4 +403,14 @@
}
+fieldset.TableLike.Narrow > label,
+fieldset.TableLike.Narrow > .Row > label {
+ line-height: 1.3em;
+}
+
+fieldset.TableLike.Narrow > .Value,
+fieldset.TableLike.Narrow > .Row > .Value {
+ line-height: 1.3em;
+}
+
iframe.Signature {
border: 1px solid #888;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log