svn commit: r1059564 [3/3] - in /ofbiz/trunk: framework/common/config/ themes/flatgrey/data/ themes/flatgrey/includes/ themes/flatgrey/webapp/flatgrey/ themes/flatgrey/webapp/flatgrey/images/ themes/flatgrey/webapp/flatgrey/js/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1059564 [3/3] - in /ofbiz/trunk: framework/common/config/ themes/flatgrey/data/ themes/flatgrey/includes/ themes/flatgrey/webapp/flatgrey/ themes/flatgrey/webapp/flatgrey/images/ themes/flatgrey/webapp/flatgrey/js/

adrianc
Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css?rev=1059564&r1=1059563&r2=1059564&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css Sun Jan 16 14:12:46 2011
@@ -191,60 +191,62 @@ float: left;
 text-align: left;
 }
 
-/* ================================================== */
-/* ===== Main Navigation (App Menu) Styles ========== */
-/* ================================================== */
+/* ---------------------- */
+/*      Footer Style      */
+/* ---------------------- */
 
-#main-navigation ul {
-direction: rtl;
+#footer {
+padding: 0.5em 0.5em 0.5em 0;
 }
 
-#main-navigation ul li {
-background-image: url(/images/rtl/main_uns_right.gif);
-background-position: top right;
+#footer ul {
 float: right;
 }
 
-#main-navigation ul a {
-background-image: url(/images/rtl/main_uns_left.gif);
-background-position: top left;
+#footer ul li {
+float: right;
 }
 
-#main-navigation ul .selected,
-#main-navigation ul li:hover {
-background-image: url(/images/rtl/main_sel_right.gif);
-background-position: top right;
-float: right;
+#footer ul .first {
+border-right: none;
+border-left: 0.1em solid #444;
 }
 
-#main-navigation ul a:hover,
-#main-navigation ul .selected a,
-#main-navigation ui .selected a:hover {
-background-image: url(/images/rtl/main_sel_left.gif);
-background-position: top left;
+#footer ul .last {
+border-left: none;
+border-right: 0.1em solid #222;
 }
 
-/* ========================================================= */
-/* ===== Component Navigation (App Header) Styles ========== */
-/* ========================================================= */
+#footer p {
+clear: right;
+}
 
-#app-navigation {
-background-image: url(/images/rtl/gradient_main.gif);
-background-position: top right;
+/* ================================================== */
+/* ===== Main Navigation (App Menu) Styles ========== */
+/* ================================================== */
+
+#main-navigation ul li {
+float: right;
+padding:0 0.5em 0 1em;
 }
 
-#app-navigation ul li {
+#main-navigation ul .first {
 border-right: none;
-border-left: 0.1em solid #69a9d9;
-float: right;
+border-left: 0.1em solid #5c809c;
 }
 
-#app-navigation .opposed li,
-#app-navigation ul .opposed,
-#app-navigation ul .col-right {
-border-right: 0.1em solid #69a9d9;
+#main-navigation ul .last {
 border-left: none;
-float: left;
+border-right: 0.1em solid #3e5a71;
+}
+
+/* ========================================================= */
+/* ===== Component Navigation (App Header) Styles ========== */
+/* ========================================================= */
+
+#app-navigation ul li ul li {
+float: right;
+margin: 0.1em 0 0.1em 0.3em;
 }
 
 /* ================================================= */
@@ -253,21 +255,18 @@ float: left;
 
 .screenlet-title-bar ul li {
 border-left: none;
-border-right: 0.1em solid #5f9fcf;
+border-right: 0.1em solid #dedede;
 float: left;
 }
 
-.screenlet-title-bar ul h1,
-.screenlet-title-bar ul h2,
-.screenlet-title-bar ul h3,
-.screenlet-title-bar ul .head1,
-.screenlet-title-bar ul .head2,
-.screenlet-title-bar ul .head3 {
-/* h1 - h3 deprecated, fails validation */
+.screenlet-title-bar ul .h1,
+.screenlet-title-bar ul .h2,
+.screenlet-title-bar ul .h3 {
 border-right: none;
 float: right;
 }
 
+
 /* login screenlet decorator */
 .login-screenlet {
 margin-left: 0;
@@ -287,8 +286,7 @@ padding-right: 1em;
 /* ===== Button Bar Navigation Styles ===== */
 /* ======================================== */
 
-.button-bar ul li,
-.tabContainer ul li {
+.button-bar ul li {
 float: right;
 }
 
@@ -298,11 +296,10 @@ float: left;
 
 /* ===== Button bar decorators ===== */
 
-.tab-bar {
-margin-left: 0;
-margin-right: -1em;
+.tab-bar ul li ul li {
+margin-right: 0;
+margin-left: 0.5em;
 }
-
 .tab-bar ul li {
 border-right: none;
 border-left: 0.1em solid #69a9d9;
@@ -382,9 +379,16 @@ padding: 2em 0 0 1.5em ;
 text-align: right;
 }
 
+/* ------------------------------- */
+/*      List Navigation Style      */
+/* ------------------------------- */
+
 .nav-pager ul li {
 float: right;
-border-left: none;
-border-right: solid #D4D0C8 0.1em;
 }
+
+.nav-pager ul .nav-displaying {
+border-left: none;
+border-right: solid #222 0.1em;
 }
+

Added: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/screenshot.jpg
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/screenshot.jpg?rev=1059564&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/screenshot.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream