[otrs-cvs] otrs/var/httpd/htdocs/skins/Agent/default/css Core.Agent.Admin.ProcessManagement.css, 1.28, 1.29
"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-serv12630/var/httpd/htdocs/skins/Agent/default/css
Modified Files:
Core.Agent.Admin.ProcessManagement.css
Log Message:
Added styles for path information and made over visual improvements.
Author: mab
Index: Core.Agent.Admin.ProcessManagement.css
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/skins/Agent/default/css/Core.Agent.Admin.ProcessManagement.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -2 -u -d -r1.28 -r1.29
--- Core.Agent.Admin.ProcessManagement.css 5 Feb 2013 09:36:55 -0000 1.28
+++ Core.Agent.Admin.ProcessManagement.css 7 Feb 2013 08:51:14 -0000 1.29
@@ -553,8 +553,12 @@
}
+}
+
/**
* @subsubsection Popup Print
*/
+@media screen,projection,tv,handheld,print {
+
.PrintContainer .Logo {
float: right;
@@ -562,4 +566,11 @@
}
+.PrintContainer ul.Attributes {
+ border: 1px solid #ccc;
+ padding: 5px;
+ font-size: 12px;
+ margin: 0px 0px 10px 0px;
+}
+
.PrintContainer {
padding: 15px;
@@ -567,4 +578,51 @@
}
+.PrintContainer #Path {
+ border: 1px solid #ccc;
+ padding: 15px 15px 0px 15px;
+}
+
+.PrintContainer #Path li {
+ width: 500px;
+ display: block;
+ margin: 0px auto 15px auto;
+}
+
+.PrintContainer #Path li > span {
+ display: inline-block;
+ border: 1px solid #ccc;
+ padding: 5px;
+ background-color: #eee;
+}
+
+.PrintContainer #Path li > strong {
+ position: relative;
+ display: inline-block;
+ width: 392px;
+ text-align: center;
+ font-weight: normal;
+ font-size: 11px;
+}
+
+.PrintContainer #Path li > strong span {
+ width: 400px;
+ border-bottom: 2px solid #aaa;
+ display: block;
+ position: absolute;
+ left: 50%;
+ margin-left: -200px;
+ top: 9px;
+ z-index: 1;
+}
+
+.PrintContainer #Path li > strong em {
+ background-color: #f2f2f2;
+ display: inline-block;
+ position: relative;
+ z-index: 2;
+ padding: 4px;
+ border: 1px solid #aaa;
+}
+
.PrintContainer h1 {
font-size: 30px;
@@ -573,8 +631,9 @@
.PrintContainer h2 {
- font-size: 20px;
+ font-size: 18px;
border-bottom: 1px solid #ccc;
margin-top: 0px;
padding-bottom: 15px;
+ line-height: 130%;
}
@@ -625,4 +684,36 @@
}
+.PrintContainer h4 ~ ol p {
+ font-size: 12px;
+ padding-left: 5px;
+ line-height: 150%;
+}
+
+.PrintContainer h4 ~ ol p:last-child {
+ margin-bottom: 5px;
+}
+
+.PrintContainer h4 ~ ol > li > ul {
+ margin-left: 5px;
+}
+
+.PrintContainer h4 ~ ol > li > ul ul {
+ margin-left: 5px;
+ font-size: 12px;
+ border-left: 5px solid #eee;
+ padding-left: 5px;
+ margin-bottom: 5px;
+}
+
+.PrintContainer h4 ~ ol > li > ul ul h6 {
+ font-style: italic;
+}
+
+.PrintContainer h4 ~ ol > li > ul > li h5 {
+ font-size: 12px;
+ font-weight: bold;
+ margin-bottom: 0px;
+}
+
.PrintContainer pre {
margin: 10px;
---------------------------------------------------------------------
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