[otrs-cvs] otrs/var/httpd/htdocs/skins/Agent/default/css Core.Agent.Admin.ProcessManagement.css, 1.26, 1.27
"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-serv4252a/var/httpd/htdocs/skins/Agent/default/css
Modified Files:
Core.Agent.Admin.ProcessManagement.css
Log Message:
Added print mode for processes (first version).
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.26
retrieving revision 1.27
diff -2 -u -d -r1.26 -r1.27
--- Core.Agent.Admin.ProcessManagement.css 13 Dec 2012 15:54:00 -0000 1.26
+++ Core.Agent.Admin.ProcessManagement.css 29 Jan 2013 15:59:59 -0000 1.27
@@ -17,8 +17,10 @@
* @subsubsection Icon Definition
*/
+
a.Export {
background: url("../img/database_export.png") no-repeat left center;
padding-left: 24px;
}
+
a.Copy {
background: url(../img/icons/reports.png) no-repeat left center;
@@ -535,3 +537,82 @@
}
+/**
+ * @subsubsection Popup Print
+ */
+
+.PrintContainer .Logo {
+ float: right;
+ height: 55px;
+}
+
+.PrintContainer {
+ padding: 15px;
+ font-size: 14px;
+}
+
+.PrintContainer h1 {
+ font-size: 30px;
+ margin-bottom: 10px;
+}
+
+.PrintContainer h2 {
+ font-size: 20px;
+ border-bottom: 1px solid #ccc;
+ margin-top: 0px;
+ padding-bottom: 15px;
+}
+
+.PrintContainer h3 {
+ margin-top: 15px;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+.PrintContainer h3 + ul {
+ margin-top: 10px;
+ border: 1px solid #ccc;
+ padding: 10px;
+}
+
+.PrintContainer h4 {
+ font-size: 15px;
+ line-height: 140%;
+ background-color: #eee;
+ padding: 5px 8px;
+}
+
+.PrintContainer h4 span {
+ display: block;
+ font-weight: normal;
+ font-size: 12px;
+}
+
+.PrintContainer h4 + strong {
+ display: block;
+ padding: 0px 5px;
+ margin-top: 10px;
+}
+
+.PrintContainer h4 ~ ul,
+.PrintContainer h4 ~ ol {
+ margin: 5px 0px 15px 10px;
+}
+
+.PrintContainer h4 ~ ul li,
+.PrintContainer h4 ~ ol li {
+ line-height: 150%;
+}
+
+.PrintContainer h4 ~ ol {
+ list-style-type: decimal;
+ padding-left: 15px;
+}
+
+.PrintContainer pre {
+ margin: 10px;
+ font-family: monospace;
+ font-size: 12px;
+ line-height: 130%;
+}
+
}/* end @media */
\ No newline at end of file
---------------------------------------------------------------------
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