Author: sevein
Date: Thu Aug 25 16:56:55 2011
New Revision: 9603

Log:
Trillium: tabs, actions, etc...

Modified:
   trunk/plugins/qtTrilliumPlugin/config/qtTrilliumPluginConfiguration.class.php
   trunk/plugins/qtTrilliumPlugin/css/less/bootstrap.less
   trunk/plugins/qtTrilliumPlugin/css/less/forms.less
   trunk/plugins/qtTrilliumPlugin/css/less/patterns.less
   trunk/plugins/qtTrilliumPlugin/css/less/tables.less
   trunk/plugins/qtTrilliumPlugin/css/less/type.less
   trunk/plugins/qtTrilliumPlugin/css/main.css

Modified: 
trunk/plugins/qtTrilliumPlugin/config/qtTrilliumPluginConfiguration.class.php
==============================================================================
--- 
trunk/plugins/qtTrilliumPlugin/config/qtTrilliumPluginConfiguration.class.php   
    Thu Aug 25 15:02:48 2011        (r9602)
+++ 
trunk/plugins/qtTrilliumPlugin/config/qtTrilliumPluginConfiguration.class.php   
    Thu Aug 25 16:56:55 2011        (r9603)
@@ -40,7 +40,7 @@
 
     // Trillium CSS file generated with lessc
     $context->response->addJavaScript('/plugins/qtTrilliumPlugin/js/trillium');
-    // 
$context->response->addStylesheet('/plugins/qtTrilliumPlugin/css/main.css', 
'last', array('rel' => 'stylesheet/less'));
+    // 
$context->response->addStylesheet('/plugins/qtTrilliumPlugin/css/main.css', 
'last');
   }
 
   public function initialize()

Modified: trunk/plugins/qtTrilliumPlugin/css/less/bootstrap.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/bootstrap.less      Thu Aug 25 
15:02:48 2011        (r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/less/bootstrap.less      Thu Aug 25 
16:56:55 2011        (r9603)
@@ -31,6 +31,7 @@
 }
 
 .element-invisible {
+  border: 0;
   height: 0;
   overflow: hidden;
   position: absolute;

Modified: trunk/plugins/qtTrilliumPlugin/css/less/forms.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/forms.less  Thu Aug 25 15:02:48 
2011        (r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/less/forms.less  Thu Aug 25 16:56:55 
2011        (r9603)
@@ -0,0 +1,3 @@
+form {
+
+}

Modified: trunk/plugins/qtTrilliumPlugin/css/less/patterns.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/patterns.less       Thu Aug 25 
15:02:48 2011        (r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/less/patterns.less       Thu Aug 25 
16:56:55 2011        (r9603)
@@ -372,6 +372,12 @@
 
     }
 
+    strong {
+
+      color: White;
+
+    }
+
     li.add > a {
 
       padding-left: 22px;
@@ -400,9 +406,9 @@
 
     }
 
-  } // #header ul
+  }
 
-} // #header
+}
 
 .messages {
 
@@ -576,3 +582,33 @@
   }
 
 }
+
+div.field {
+
+  overflow: hidden;
+  border-bottom: .1px solid #CCC;
+  border-top: .1px solid #CCC;
+  text-align: left;
+
+  h3 {
+
+    margin: 0 0 -32767px 0;
+    padding: 0 0 32767px 0;
+    background: #999;
+    color: White;
+    float: left;
+    font-size: inherit;
+    padding: 2px 1%;
+    text-align: right;
+    width: 28%;
+
+  }
+
+  > div {
+
+    margin-left: 30%;
+    padding: 2px 4px;
+
+  }
+
+}

Modified: trunk/plugins/qtTrilliumPlugin/css/less/tables.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/tables.less Thu Aug 25 15:02:48 
2011        (r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/less/tables.less Thu Aug 25 16:56:55 
2011        (r9603)
@@ -0,0 +1,3 @@
+table {
+
+}

Modified: trunk/plugins/qtTrilliumPlugin/css/less/type.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/type.less   Thu Aug 25 15:02:48 
2011        (r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/less/type.less   Thu Aug 25 16:56:55 
2011        (r9603)
@@ -1,16 +1,8 @@
 p {
 
   #font > .shorthand(normal,@basefont,@baseline);
-
   margin-bottom: @baseline / 2;
 
-  small {
-
-    font-size: @basefont - 2;
-    color: @grayLight;
-
-  }
-
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -18,38 +10,31 @@
   font-weight: bold;
   color: @grayDark;
 
-  small {
-
-    color: @grayLight;
-
-  }
-
 }
 
 h1 {
 
-  margin-bottom: @baseline;
-  font-size: 30px;
+  margin: 20px 0 0 0;
+  font-size: 14px;
   line-height: @baseline * 2;
+  color: @grayLight;
 
-  small {
+  &.label {
 
-    font-size: 18px;
+    color: @grayDark;
+    margin: 0 0 @baseline 0;
+    font-size: 30px;
 
-  }
+}
 
 }
 
 h2 {
 
-  font-size: 24px;
+  color: @red;
+  font-size: 20px;
   line-height: @baseline * 2;
-
-  small {
-
-    font-size: 14px;
-
-  }
+  border-bottom: 1px solid @grayLighter;
 
 }
 
@@ -63,24 +48,12 @@
 
   font-size: 18px;
 
-  small {
-
-    font-size: 14px;
-
-  }
-
 }
 
 h4 {
 
   font-size: 16px;
 
-  small {
-
-    font-size: 12px;
-
-  }
-
 }
 
 h5 {

Modified: trunk/plugins/qtTrilliumPlugin/css/main.css
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/main.css Thu Aug 25 15:02:48 2011        
(r9602)
+++ trunk/plugins/qtTrilliumPlugin/css/main.css Thu Aug 25 16:56:55 2011        
(r9603)
@@ -121,18 +121,194 @@
 .container:after {
   clear: both;
 }
-/* Typography.less
- * Headings, body text, lists, code, and more for a versatile and durable 
typography system
- * 
----------------------------------------------------------------------------------------
 */
-p {
+#page-wrapper {
+  margin-top: 40px;
+}
+#page-wrapper #page #main-wrapper {
+  width: 940px;
+  margin: 0 auto;
+  zoom: 1;
+  width: 940px;
+  margin: 0 auto;
+}
+#page-wrapper #page #main-wrapper:before, #page-wrapper #page 
#main-wrapper:after {
+  display: table;
+  content: "";
+}
+#page-wrapper #page #main-wrapper:after {
+  clear: both;
+}
+#page-wrapper #page #main-wrapper #main #content {
+  float: left;
+  width: 580px;
+  margin-left: 20px;
+}
+#page-wrapper #page #main-wrapper #main #content:first-child {
+  margin-left: 0;
+}
+#page-wrapper #page #main-wrapper #main .sidebar {
+  float: left;
+  width: 340px;
+  margin-left: 20px;
+}
+#page-wrapper #page #main-wrapper #main .sidebar:first-child {
+  margin-left: 0;
+}
+html, body {
+  background-color: #fff;
+}
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 18px;
-  margin-bottom: 9px;
+  color: #808080;
+  text-rendering: optimizeLegibility;
+}
+div.container {
+  width: 940px;
+  margin: 0 auto;
+}
+div.container-fluid {
+  padding: 0 20px;
+  zoom: 1;
+}
+div.container-fluid:before, div.container-fluid:after {
+  display: table;
+  content: "";
+}
+div.container-fluid:after {
+  clear: both;
+}
+div.container-fluid div.sidebar {
+  float: left;
+  width: 220px;
+}
+div.container-fluid div.content {
+  min-width: 700px;
+  max-width: 1180px;
+  margin-left: 240px;
+}
+a {
+  color: #0069d6;
+  text-decoration: none;
+  line-height: inherit;
+  font-weight: inherit;
+}
+a:hover {
+  color: #0050a3;
+  text-decoration: underline;
+}
+.btn {
+  cursor: pointer;
+  display: inline-block;
+  background-color: #e6e6e6;
+  background-repeat: no-repeat;
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), 
color-stop(0.25, #ffffff), to(#e6e6e6));
+  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  padding: 4px 14px;
+  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+  color: #333;
+  font-size: 13px;
+  line-height: 18px;
+  border: 1px solid #ccc;
+  border-bottom-color: #bbb;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 
rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 
0, 0, 0.05);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 
0.05);
+  -webkit-transition: 0.1s linear all;
+  -moz-transition: 0.1s linear all;
+  transition: 0.1s linear all;
+}
+.btn:hover {
+  background-position: 0 -15px;
+  color: #333;
+  text-decoration: none;
+}
+.btn.primary, .btn.danger {
+  color: #fff;
+}
+.btn.primary:hover, .btn.danger:hover {
+  color: #fff;
+}
+.btn.primary {
+  background-color: #0064cd;
+  background-repeat: repeat-x;
+  background-image: -khtml-gradient(linear, left top, left bottom, 
from(#049cdb), to(#0064cd));
+  background-image: -moz-linear-gradient(#049cdb, #0064cd);
+  background-image: -ms-linear-gradient(#049cdb, #0064cd);
+  background-image: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #049cdb), color-stop(100%, #0064cd));
+  background-image: -webkit-linear-gradient(#049cdb, #0064cd);
+  background-image: -o-linear-gradient(#049cdb, #0064cd);
+  background-image: linear-gradient(#049cdb, #0064cd);
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  border-color: #0064cd #0064cd #003f81;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.btn.danger {
+  background-color: #9d261d;
+  background-repeat: repeat-x;
+  background-image: -khtml-gradient(linear, left top, left bottom, 
from(#d83a2e), to(#9d261d));
+  background-image: -moz-linear-gradient(#d83a2e, #9d261d);
+  background-image: -ms-linear-gradient(#d83a2e, #9d261d);
+  background-image: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #d83a2e), color-stop(100%, #9d261d));
+  background-image: -webkit-linear-gradient(#d83a2e, #9d261d);
+  background-image: -o-linear-gradient(#d83a2e, #9d261d);
+  background-image: linear-gradient(#d83a2e, #9d261d);
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  border-color: #9d261d #9d261d #5c1611;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 }
-p small {
+.btn.large {
+  font-size: 16px;
+  line-height: 28px;
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.btn.small {
+  padding-right: 9px;
+  padding-left: 9px;
   font-size: 11px;
-  color: #bfbfbf;
+}
+.btn.disabled {
+  background-image: none;
+  filter: alpha(opacity=65);
+  -khtml-opacity: 0.65;
+  -moz-opacity: 0.65;
+  opacity: 0.65;
+  cursor: default;
+}
+.btn:disabled {
+  background-image: none;
+  filter: alpha(opacity=65);
+  -khtml-opacity: 0.65;
+  -moz-opacity: 0.65;
+  opacity: 0.65;
+  cursor: default;
+}
+.btn:active {
+  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 
0, 0.05);
+  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 
0.05);
+  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 
0.05);
+}
+button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+p {
+  font-size: 13px;
+  font-weight: normal;
+  line-height: 18px;
+  margin-bottom: 9px;
 }
 h1,
 h2,
@@ -143,28 +319,22 @@
   font-weight: bold;
   color: #404040;
 }
-h1 small,
-h2 small,
-h3 small,
-h4 small,
-h5 small,
-h6 small {
-  color: #bfbfbf;
-}
 h1 {
-  margin-bottom: 18px;
-  font-size: 30px;
+  margin: 20px 0 0 0;
+  font-size: 14px;
   line-height: 36px;
+  color: #bfbfbf;
 }
-h1 small {
-  font-size: 18px;
+h1.label {
+  color: #404040;
+  margin: 0 0 18px 0;
+  font-size: 30px;
 }
 h2 {
-  font-size: 24px;
+  color: #9d261d;
+  font-size: 20px;
   line-height: 36px;
-}
-h2 small {
-  font-size: 14px;
+  border-bottom: 1px solid #e6e6e6;
 }
 h3,
 h4,
@@ -175,15 +345,9 @@
 h3 {
   font-size: 18px;
 }
-h3 small {
-  font-size: 14px;
-}
 h4 {
   font-size: 16px;
 }
-h4 small {
-  font-size: 12px;
-}
 h5 {
   font-size: 14px;
 }
@@ -554,6 +718,14 @@
   color: #808080;
   border-top: 1px solid rgba(0, 0, 0, 0.2);
 }
+#header ul#main-menu {
+  margin-left: 10px;
+  float: right;
+}
+#header ul li.add > a {
+  padding-left: 22px;
+  background: transparent url(../../images/add.png) no-repeat 8px 50%;
+}
 #header ul li.help > a {
   padding-left: 22px;
   background: transparent url(../../images/help.png) no-repeat 8px 50%;
@@ -566,6 +738,270 @@
   padding-left: 28px;
   background: transparent url(../../images/user.png) no-repeat 8px 50%;
 }
+.messages {
+  margin-bottom: 18px;
+  padding: 14px;
+  color: #404040;
+  color: rgba(0, 0, 0, 0.8);
+  *color: #404040;
+  /* IE 6-7 */
+
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.messages p, .messages li {
+  color: #404040;
+  color: rgba(0, 0, 0, 0.8);
+  *color: #404040;
+  /* IE 6-7 */
+
+}
+.messages p {
+  margin-right: 30px;
+  margin-bottom: 0;
+}
+.messages ul {
+  margin-bottom: 0;
+}
+.messages strong {
+  display: block;
+}
+.messages.error {
+  background: #f8dcda;
+  border: 1px solid #f4c8c5;
+}
+.messages.warning {
+  background: #fff0c0;
+  border: 1px solid #ffe38d;
+}
+.messages.success {
+  background: #dff1df;
+  border: 1px solid #bbe2bb;
+}
+.messages.info {
+  background: #c7eefe;
+  border: 1px solid #ade6fe;
+}
+.messages .close {
+  float: right;
+  margin-top: -2px;
+  color: #000;
+  font-size: 20px;
+  font-weight: bold;
+  text-shadow: 0 1px 0 #ffffff;
+  filter: alpha(opacity=20);
+  -khtml-opacity: 0.2;
+  -moz-opacity: 0.2;
+  opacity: 0.2;
+}
+.messages .close:hover {
+  text-decoration: none;
+  filter: alpha(opacity=40);
+  -khtml-opacity: 0.4;
+  -moz-opacity: 0.4;
+  opacity: 0.4;
+}
+.actions {
+  background-color: #f5f5f5;
+  margin-bottom: 20px;
+  padding: 19px;
+  min-height: 20px;
+  border: 1px solid #eee;
+  border: 1px solid rgba(0, 0, 0, 0.05);
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+.actions > div {
+  width: 940px;
+  margin: 0 auto;
+  zoom: 1;
+  width: 940px;
+  margin: 0 auto;
+}
+.actions > div:before, .actions > div:after {
+  display: table;
+  content: "";
+}
+.actions > div:after {
+  clear: both;
+}
+.actions ul {
+  margin: 0;
+}
+.actions li {
+  display: inline;
+  list-style-type: none;
+}
+.actions a {
+  cursor: pointer;
+  display: inline-block;
+  background-color: #e6e6e6;
+  background-repeat: no-repeat;
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), 
color-stop(0.25, #ffffff), to(#e6e6e6));
+  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
+  padding: 4px 14px;
+  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+  color: #333;
+  font-size: 13px;
+  line-height: 18px;
+  border: 1px solid #ccc;
+  border-bottom-color: #bbb;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px 
rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 
0, 0, 0.05);
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 
0.05);
+  -webkit-transition: 0.1s linear all;
+  -moz-transition: 0.1s linear all;
+  transition: 0.1s linear all;
+}
+.actions a:hover {
+  background-position: 0 -15px;
+  color: #333;
+  text-decoration: none;
+}
+.actions a.primary, .actions a.danger {
+  color: #fff;
+}
+.actions a.primary:hover, .actions a.danger:hover {
+  color: #fff;
+}
+.actions a.primary {
+  background-color: #0064cd;
+  background-repeat: repeat-x;
+  background-image: -khtml-gradient(linear, left top, left bottom, 
from(#049cdb), to(#0064cd));
+  background-image: -moz-linear-gradient(#049cdb, #0064cd);
+  background-image: -ms-linear-gradient(#049cdb, #0064cd);
+  background-image: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #049cdb), color-stop(100%, #0064cd));
+  background-image: -webkit-linear-gradient(#049cdb, #0064cd);
+  background-image: -o-linear-gradient(#049cdb, #0064cd);
+  background-image: linear-gradient(#049cdb, #0064cd);
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  border-color: #0064cd #0064cd #003f81;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.actions a.danger {
+  background-color: #9d261d;
+  background-repeat: repeat-x;
+  background-image: -khtml-gradient(linear, left top, left bottom, 
from(#d83a2e), to(#9d261d));
+  background-image: -moz-linear-gradient(#d83a2e, #9d261d);
+  background-image: -ms-linear-gradient(#d83a2e, #9d261d);
+  background-image: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, #d83a2e), color-stop(100%, #9d261d));
+  background-image: -webkit-linear-gradient(#d83a2e, #9d261d);
+  background-image: -o-linear-gradient(#d83a2e, #9d261d);
+  background-image: linear-gradient(#d83a2e, #9d261d);
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  border-color: #9d261d #9d261d #5c1611;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+.actions a.large {
+  font-size: 16px;
+  line-height: 28px;
+  -webkit-border-radius: 6px;
+  -moz-border-radius: 6px;
+  border-radius: 6px;
+}
+.actions a.small {
+  padding-right: 9px;
+  padding-left: 9px;
+  font-size: 11px;
+}
+.actions a.disabled {
+  background-image: none;
+  filter: alpha(opacity=65);
+  -khtml-opacity: 0.65;
+  -moz-opacity: 0.65;
+  opacity: 0.65;
+  cursor: default;
+}
+.actions a:disabled {
+  background-image: none;
+  filter: alpha(opacity=65);
+  -khtml-opacity: 0.65;
+  -moz-opacity: 0.65;
+  opacity: 0.65;
+  cursor: default;
+}
+.actions a:active {
+  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 
0, 0.05);
+  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 
0.05);
+  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 
0.05);
+}
+.actions a::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+.tabs ul {
+  margin: 10px 0 20px;
+  padding: 0;
+  zoom: 1;
+  width: 100%;
+  border-bottom: 1px solid #bfbfbf;
+}
+.tabs ul:before, .tabs ul:after {
+  display: table;
+  content: "";
+}
+.tabs ul:after {
+  clear: both;
+}
+.tabs li {
+  display: inline;
+}
+.tabs li a {
+  float: left;
+  width: auto;
+  margin-bottom: -1px;
+  margin-right: 2px;
+  padding: 0px 6px;
+  line-height: 35px;
+  -webkit-border-radius: 3px 3px 0 0;
+  -moz-border-radius: 3px 3px 0 0;
+  border-radius: 3px 3px 0 0;
+}
+.tabs li a:hover {
+  background-color: #e6e6e6;
+  border-bottom: 1px solid #bfbfbf;
+}
+.tabs li.active a {
+  background-color: #fff;
+  padding: 0px 6px;
+  border: 1px solid #ccc;
+  border-bottom: 0;
+  color: #808080;
+}
+div.field {
+  overflow: hidden;
+  border-bottom: .1px solid #CCC;
+  border-top: .1px solid #CCC;
+  text-align: left;
+}
+div.field h3 {
+  margin: 0 0 -32767px 0;
+  padding: 0 0 32767px 0;
+  background: #999;
+  color: White;
+  float: left;
+  font-size: inherit;
+  padding: 2px 1%;
+  text-align: right;
+  width: 28%;
+}
+div.field > div {
+  margin-left: 30%;
+  padding: 2px 4px;
+}
 .nowrap {
   white-space: nowrap;
 }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to