summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/css/web2/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/css/web2/layout.css')
-rw-r--r--rt/share/html/NoAuth/css/web2/layout.css148
1 files changed, 62 insertions, 86 deletions
diff --git a/rt/share/html/NoAuth/css/web2/layout.css b/rt/share/html/NoAuth/css/web2/layout.css
index b2d10702a..72a74e9b4 100644
--- a/rt/share/html/NoAuth/css/web2/layout.css
+++ b/rt/share/html/NoAuth/css/web2/layout.css
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -48,142 +48,92 @@
/* body */
body {
-
-
padding:0;
margin:0;
-
background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ;
font-family: arial, helvetica, sans-serif;
-
color: #000000;
}
div#body {
position: relative;
- padding: 1em;
- padding-top: 1.8em;
- -moz-border-radius: 0.5em;
- -webkit-border-radius: 0.5em;
- margin-left: 10.5em;
- margin-top: 5.2em;
- margin-right: 1em;
+ padding: 1.8em 1em 1em 1em;
+ -moz-border-radius-topleft: 0.5em;
+ -webkit-border-top-left-radius: 0.5em;
+ -moz-border-radius-bottomleft: 0.5em;
+ -webkit-border-bottom-left-radius: 0.5em;
+ margin-left: 10em;
+ margin-top: 5.8em;
+ margin-right: 0;
margin-bottom: 0em;
min-height: 10%;
background: #fff;
border-top: 2px solid #ccc;
border-left: 2px solid #ccc;
z-index:1;
-
-
-}
-
-#topactions {
- position: absolute;
- background: transparent;
- top: 3.8em;
- right: 1em;
- width: auto;
- min-width: 42em;
- font-size: 0.9em;
- z-index: 99;
-}
-
-#topactions form * {
- vertical-align: top;
-}
-
-#topactions button, #topactions select, #topactions input{
- padding-top: 0em;
- padding-bottom: 0em;
- width: 8em;
+ border-radius: 0.5em 0 0 0.5em;
}
-#topactions form {
- display: block;
-
-}
-
-#topactions #CreateTicketInQueue {
- text-align: right;
-
-}
-#topactions #simple-search {
- float: right;
-}
-
-#topactions #simple-search .field{
- margin-left: 1em;
- color: #787;
- }
-
-#topactions #simple-search .field:focus {
- color: #000;
- }
-
-#topactions #GotoTicket {
- text-align: right;
-
+div#body.login-body {
+ top: -2.5em;
+ margin-right: 10em;
}
div#footer {
position: absolute;
right: 0;
- text-align: right;
+ text-align: right;
font-size: 0.9em;
margin-top: 2em;
background: #fff;
margin-bottom: 0;
padding-left: 3em;
padding-right: 1em;
-
-
-
-
-
border-top: 2px solid #aaa;
border-left: 2px solid #aaa;
-
-
-
-moz-border-radius-topleft: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
+
+ border-radius: 0.5em 0 0.5em 0;
}
div#footer #time {
-display: none ;
+ display: none ;
}
div#footer #bpscredits {
text-align: right;
- background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/bpslogo.png) no-repeat top right;
padding-top: 4em;
-}
+}
/* logo stuff */
div#logo {
-}
-
-
-div#logo a {
- display: none;
position: absolute;
- left: 0;
- bottom: 0;
+ right: 2px;
+ top: 0;
+ height: 2.3em;
}
+
div#logo a img {
border: 0;
+ height: 100% !important;
+ width: auto !important;
+ float: right;
}
+
div#logo .rtname {
- position: absolute;
+ position: relative;
font-weight: bold;
- top: 1em;
- left: 1em;
+ text-align: center;
+ top: 0.7em;
+ padding-right: 1em;
+ float:left;
}
@@ -204,16 +154,42 @@ div#quickbar {
border-bottom: 1px solid #ccc;
}
-div#quick-personal {
- float: right;
- margin-right: 1em;
+
+#prefs-menu.sf-menu li li {
+ background: #eaeaea;
}
+#prefs-menu.sf-menu #li-preferences {
+ background: none;
+}
+
+#prefs-menu.sf-menu li:hover,
+#prefs-menu.sf-menu li.sfHover,
+#prefs-menu.sf-menu #li-preferences.sfHover,
+#prefs-menu.sf-menu #li-preferences:hover,
+#prefs-menu.sf-menu a:focus,
+#prefs-menu.sf-menu a:hover,
+#prefs-menu.sf-menu a:active,
+{
+ background-color: #CFDEFF;
+ text-color: #000;
+ color: #000;
+ border: none;
+}
+
+#prefs-menu .sfHover a,
+#prefs-menu .sfHover a:visited {
+ color: #000;
+ border: none;
+}
+
+
div#header h1 {
position: absolute;
- left: 7.25em;
+ left: 7em;
right: 20em;
+ top: 1.4em;
overflow: hidden;
height: 1em;
font-size: 1.4em;