[Rt-commit] rt branch, 4.2/rudder, updated. rt-4.1.19-6-g2a3a5d5
Jesse Vincent
jesse at bestpractical.com
Wed Aug 14 22:57:23 EDT 2013
The branch, 4.2/rudder has been updated
via 2a3a5d596926a038a51a78b69e48d6a403fae16a (commit)
from 79364ce9867ca570573108ab909298d46603f4e8 (commit)
Summary of changes:
share/static/css/rudder/msie.css | 63 +++++++++++++++++++++++++--------------
share/static/css/rudder/msie6.css | 39 ------------------------
2 files changed, 41 insertions(+), 61 deletions(-)
delete mode 100644 share/static/css/rudder/msie6.css
- Log -----------------------------------------------------------------
commit 2a3a5d596926a038a51a78b69e48d6a403fae16a
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Aug 14 22:56:33 2013 -0400
These were supposed to be in the previous commit
diff --git a/share/static/css/rudder/msie.css b/share/static/css/rudder/msie.css
index 1bee9c0..79ba2e4 100644
--- a/share/static/css/rudder/msie.css
+++ b/share/static/css/rudder/msie.css
@@ -1,3 +1,44 @@
+div#body {
+}
+
+div#logo .rtname {
+ float: none;
+ right: 12em;
+ position: absolute;
+}
+
+
+.topaction form * {
+ vertical-align: top;
+}
+
+.topaction form button, .topaction form input {
+ height: 2em;
+}
+
+.topaction form input.field {
+ height: 1.6em;
+}
+
+.topaction .select-queue {
+ margin-top: 0.2em;
+}
+
+#pick-criteria td.label select {
+ width: 10em;
+}
+
+
+#editquery {
+ margin-top: 0.2em;
+ width: 39%;
+ left: 60%;
+}
+
+div#nav li.first {
+ margin-top: 0.75em;
+ border-top: none;
+}
div#nav ul ul li.first {
border-top: 1px solid #cccccc;
margin-top: 0.25em;
@@ -31,29 +72,7 @@ div#nav li.last {
}
-.titlebox .titlebox-content {
- padding-top: 2.2em;
-}
-
-
-.titlebox table.collection-as-table, .titlebox table.queue-summary {
- width: 95%;
- padding: 0.5em;
- margin-left: auto;
- margin-right: auto;
-}
-
-th.collection-as-table {
- padding: 0.25em;
-}
-table.queue-summary td, td.collection-as-table {
- padding: 0.25em;
-}
-
-.titlebox-title {
- position: relative;
-}
/* nested things. like the ticket dates tab */
.titlebox .titlebox .titlebox-title .right{
diff --git a/share/static/css/rudder/msie6.css b/share/static/css/rudder/msie6.css
deleted file mode 100644
index c890a74..0000000
--- a/share/static/css/rudder/msie6.css
+++ /dev/null
@@ -1,39 +0,0 @@
-div#body {
- top: 0em;
-}
-
-.topaction .select-queue {
- margin-top: 0;
-}
-
-.titlebox-title .widget {
- top: -1.25em;
- left: 0.5em;
-
-}
-.titlebox .titlebox-title .right{
- position: absolute;
- top: 1.5em;
-}
-
-.titlebox
-{
- height: auto !important;
- height: 1.25em;
-}
-
-
-.transaction .messagebody img {
- /* ie6 does not support max-width */
- width: expression(this.width > 401 ? 400 : true);
-}
-
-
-
-.sf-sub-indicator {
- background: url(../../../static/css/images/arrows-ffffff.gif) no-repeat -10px -100px;
-}
-
-#page-navigation ul {
- width: auto;
-}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list