[Rt-commit] r3488 - in rt/branches/3.5-TESTING: . html/NoAuth/css
trs at bestpractical.com
trs at bestpractical.com
Sun Jul 17 19:22:28 EDT 2005
Author: trs
Date: Sun Jul 17 19:22:27 2005
New Revision: 3488
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/body.css
rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
rt/branches/3.5-TESTING/html/NoAuth/css/header.css
rt/branches/3.5-TESTING/html/NoAuth/css/main.css
rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
Log:
r5161 at wintermute: tom | 2005-07-17 14:28:21 -0400
Moved CSS around into different files
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/body.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/body.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/body.css Sun Jul 17 19:22:27 2005
@@ -67,106 +67,6 @@
font-weight: bold;
}
-.titlebox { margin-bottom: 1em; }
-
-.titlebox .content {
- margin: 1em 2em 0 2em;
-}
-
-.titlebox .title {
- position: relative;
- font-weight: bold;
- color: #930;
- font-size: 1.2em;
- padding: 0.2em 0 0.2em 4em;
- border-bottom: 1px solid #069;
-}
-
-.titlebox .title .right {
- position: absolute;
- top: 0.5em;
- right: 1.5em;
- font-size: 0.9em;
- color: #888;
-}
-
-.titlebox .title .right .selected { color: #930; }
-
-#body .titlebox .title .right :link,
-#body .titlebox .title .right :visited {
- color: #888;
-}
-
-#body .titlebox .title .right :link:hover,
-#body .titlebox .title .right :visited:hover {
- color: #930;
-}
-
-.titlebox .title .widget a {
- display: block;
- padding-top: 1em;
- width: 20px;
-
- background: url(<%$RT::WebImagesURL%>/css/rollup-arrow.gif) no-repeat center center;
-
- margin: 0;
- text-indent: -9999px;
-
- position: absolute;
- top: 0.4em;
- left: 0.75em;
- float: left;
-
-%# Basically IE5 will see those crazy backslashes and prematurely end the rule.
-%# This allows values for IE 5's broken box model to be set before the hack and
-%# the real values to be set after. We also set voice-family back to whatever it
-%# would have been on the off chance it's actually used.
- /* WIN IE5 hack */
- height: 7px;
- voice-family: "\"}\"";
- voice-family: inherit;
- height: 0;
- overflow: hidden;
-}
-
-%# IE also doesn't support the child selector ">", so we can use it to set values
-%# that only other browsers will see (in this case, playing nice with Opera, which
-%# also suffers from the backslash hack above.)
-html>body .titlebox .title .widget a {
- height: 0;
- overflow: hidden;
-}
-
-%# Compensates for IE's bad box model by hiding this rule from other browsers
-* html .titlebox .title .widget a {
- background-position: center 0.3em;
- left: -3.5em;
-}
-
-.titlebox .title .widget a.rolled-up {
- background-image: url(<%$RT::WebImagesURL%>/css/rolldown-arrow.gif);
-}
-
-#body .titlebox .title :link,
-#body .titlebox .title :visited
-{
- color: #930;
- text-decoration: none;
-}
-
-#body .titlebox .title :link:hover,
-#body .titlebox .title :visited:hover
-{
- text-decoration: underline;
-}
-
-.evenline { background-color: white; }
-.oddline { background-color: #ddd; }
-
-td {
- padding: 0.1em 0.5em 0.1em 0.5em;
-}
-
#body :link { color: #069; }
#body :link, #body :visited {
@@ -178,53 +78,3 @@
text-decoration: underline;
}
-.approval {
- margin-bottom: 3em;
- padding: 0 0 1em 0;
- border: 1px solid #069;
-}
-
-.approval .name {
- background: #069;
- color: white;
- font-size: 1.1em;
- padding: 0.2em 0 0.4em 0.2em;
-}
-
-#body .approval .name :link, #body .approval .name :visited {
- color: white;
-}
-
-.approval .originating-ticket {
- margin: 0.5em;
- border: 1px solid #aaa;
-}
-
-.approval .originating-ticket .link {
- display: block;
- background: #aaa;
- padding: 0.2em 0 0.4em 0.2em;
-}
-
-.approval .originating-ticket .info {
- padding: 0.5em;
-}
-
-#body .approval .originating-ticket .link :link,
-#body .approval .originating-ticket .link :visited {
- color: black;
-}
-
-.approval .form {
- margin: 1em 0.5em 0.5em 0.5em;
-}
-
-.approval .form .action, .approval .form .notes {
- float: left;
- margin-left: 1em;
-}
-
-.approval .form .action { padding-top: 1em; }
-
-.approval .form .action label { font-weight: normal; }
-.approval .form .notes label { display: block; }
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/forms.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/forms.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/forms.css Sun Jul 17 19:22:27 2005
@@ -127,3 +127,24 @@
.combobox .combo-list {
z-index: 200;
}
+
+#quickbar #topactions form {
+ display: inline;
+ margin-right: 2em;
+}
+
+#quickbar #topactions form .button {
+ padding: 0 2px 0 2px;
+ font-size: 1em;
+ margin: 0;
+}
+
+#quickbar #topactions form .field {
+ border: 1px solid #069;
+ padding: 1px;
+ font-size: 0.9em;
+}
+
+#quickbar #topactions form input.field {
+ padding: 3px;
+}
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/header.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/header.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/header.css Sun Jul 17 19:22:27 2005
@@ -47,13 +47,8 @@
#header {
clear: both;
margin: 0 0.75em 0 0.75em;
- /*padding-top: 3.5em;*/
}
-/*html>body #header { padding-top: 7em; }*/
-
-.clear { clear: both; }
-
#header h1 {
margin: 0;
padding: 0;
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/main.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/main.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/main.css Sun Jul 17 19:22:27 2005
@@ -45,7 +45,11 @@
%# END BPS TAGGED BLOCK }}}
@import "misc.css";
+ at import "login.css";
+ at import "quickbar.css";
@import "body.css";
+ at import "approvals.css";
+ at import "titlebox.css";
@import "forms.css";
@import "transactions.css";
@import "nav.css";
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/misc.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/misc.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/misc.css Sun Jul 17 19:22:27 2005
@@ -50,106 +50,6 @@
margin: 0;
}
-#logo {
- float: left;
- clear: left;
-}
-
-#logo img { border: none; }
-#logo div.rtname {
- text-align: center;
- font-weight: bold;
-}
-
-#quickbar #quick-personal {
- display: inline;
- color: #888;
- padding: 0.5em 1em 0 0;
- float: right;
-}
-
-#quickbar #quick-personal span {
- font-weight: bold;
-}
-
-#quickbar #quick-personal :link,
-#quickbar #quick-personal :visited
-{
- color: #888;
- font-weight: bold;
-}
-
-#quickbar #quick-personal :link:hover,
-#quickbar #quick-personal :visited:hover
-{
- color: black;
-}
-
-#quickbar #topactions {
- font-size: 0.9em;
- padding: 0.5em 0 0 2em;
-}
-
-#quickbar #topactions form {
- display: inline;
- margin-right: 2em;
-}
-
-#quickbar #topactions form .button {
- padding: 0 2px 0 2px;
- font-size: 1em;
- margin: 0;
-}
-
-#quickbar #topactions form .field {
- border: 1px solid #069;
- padding: 1px;
- font-size: 0.9em;
-}
-
-#quickbar #topactions form input.field {
- padding: 3px;
-}
-
-#login-box {
- width: 50%;
- margin: 0 auto 4em auto;
-}
-
-%# More rules only IE will recognize (but are still valid!) to correct for
-%# IE's incorrect handling of auto margins and the W3C defined behavior.
-%# text-align will affect a block element in IE, therefore centering it, like
-%# left and right auto margins *should*
-* html #login-box {
- text-align: center;
-}
-
-%# ... and align the text back the way it should be
-* html #login-box .titlebox {
- text-align: left;
-}
-
-#login-box .input-row {
- padding: 0.5em;
-}
-
-#login-box .input-row .label {
- width: 8em;
- float: left;
- text-align: right;
- padding: 0.2em 1em 0 0;
-}
-
-#login-box .input-row .input {
- float: left;
-}
-
-#login-box .button-row {
- clear: both;
- padding: 0.5em;
- float: right;
-}
-
.hide, .hidden { display: none !important; }
.calendar {
@@ -163,3 +63,12 @@
padding: 0 1em 0 1em;
font-size: 1.5em;
}
+
+.evenline { background-color: white; }
+.oddline { background-color: #ddd; }
+
+td {
+ padding: 0.1em 0.5em 0.1em 0.5em;
+}
+
+.clear { clear: both; }
More information about the Rt-commit
mailing list