http://ofbiz.116.s1.nabble.com/Re-svn-commit-r662732-ofbiz-trunk-framework-images-webapp-images-maincss-css-tp188686.html
Ha no, I'm stupid this was introduced with my test of the new calendar... I thought it was Oxygen because I tried its
> Author: jleroux
> Date: Tue Jun 3 03:19:16 2008
> New Revision: 662732
>
> URL:
http://svn.apache.org/viewvc?rev=662732&view=rev> Log:
> reverted r662598, I used Oxygen CSS editor and it seems that it is doing some things by itsef. It's a pity because it was very
> convenient (and it has a formating/indentation feature).
> Re-added the hide class
>
> Modified:
> ofbiz/trunk/framework/images/webapp/images/maincss.css
>
> Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=662732&r1=662731&r2=662732&view=diff> ==============================================================================
> --- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
> +++ ofbiz/trunk/framework/images/webapp/images/maincss.css Tue Jun 3 03:19:16 2008
> @@ -49,10 +49,6 @@
>
> /* ===== Basic Element Styles ===== */
>
> -.hide {
> -display: none;
> -}
> -
> a, a:visited {
> color: #000099;
> font-weight: bold;
> @@ -167,6 +163,10 @@
> font-weight: bold;
> }
>
> +.hide {
> +display: none;
> +}
> +
> /* ===== Legacy Styles ===== */
>
> /* The "smallSubmit" class can be used to decorate
> @@ -1724,138 +1724,41 @@
>
> /* ===== Table decorator - Calendar ===== */
>
> -.calendar_date_select {
> - color:white;
> - border:#777 1px solid;
> - display:block;
> - width:195px;
> - z-index: 1000;
> -}
> -/* this is a fun ie6 hack to get drop downs to stay behind the popup window. This should always be just underneath
> .calendar_date_select */
> -iframe.ie6_blocker {
> - position: absolute;
> - z-index: 999;
> -}
> -
> -.calendar_date_select thead th {
> - font-weight:bold;
> - background-color: #000;
> - border-top:1px solid #777;
> - border-bottom:2px solid #333;
> - color: white !important;
> -}
> -
> -.calendar_date_select .cds_buttons {
> - text-align:center;
> - padding:5px 0px;
> - background-color: #555;
> -}
> -
> -.calendar_date_select .cds_footer {
> - background-color: black;
> - padding:3px;
> - font-size:12px;
> - text-align:center;
> -}
> -
> -.calendar_date_select table {
> - margin: 0px;
> - padding: 0px;
> -}
> -
> -
> -.calendar_date_select .cds_header {
> - background-color: #ccc;
> - border-bottom: 2px solid #aaa;
> - text-align:center;
> -}
> -
> -.calendar_date_select .cds_header span {
> - font-size:15px;
> - color: black;
> - font-weight: bold;
> -}
> -
> -.calendar_date_select select { font-size:11px;}
> -
> -.calendar_date_select .cds_header a:hover {
> - color: white;
> -}
> -.calendar_date_select .cds_header a {
> - width:22px;
> - height:20px;
> - text-decoration: none;
> - font-size:14px;
> - color:black !important;
> -}
> -
> -.calendar_date_select .cds_header a.prev {
> - float:left;
> -}
> -.calendar_date_select .cds_header a.next {
> - float:right;
> -}
> -.calendar_date_select .cds_header a.close {
> - float:right;
> - display:none;
> -}
> -
> -.calendar_date_select .cds_header select.month {
> - width:90px;
> -}
> -
> -.calendar_date_select .cds_header select.year {
> - width:61px;
> -}
> -
> -.calendar_date_select .cds_buttons a {
> - color: white;
> - font-size: 9px;
> -}
> -.calendar_date_select td {
> - font-size:12px;
> - width: 24px;
> - height: 21px;
> - text-align:center;
> - vertical-align: middle;
> - background-color: #666666;
> -}
> -.calendar_date_select td.weekend {
> - background-color: #606060;
> +.calendar {
> +border-right: 0.1em solid #cccccc;
> }
>
> -.calendar_date_select td div {
> - color: #fff;
> -}
> -.calendar_date_select td div.other {
> - color: #888;
> -}
> -.calendar_date_select td.selected div {
> - color:black;
> +.calendar tr td {
> +border-bottom: 0.1em solid #cccccc;
> +border-left: 0.1em solid #cccccc;
> +vertical-align: top;
> +padding: 0.5em;
> }
>
> -.calendar_date_select tbody td {
> - border-bottom: 1px solid #555;
> -}
> -.calendar_date_select td.selected {
> - background-color:white;
> +.calendar .header-row td {
> +background-color: #69a9d9;
> +border-bottom: 0.1em solid #cccccc;
> +border-left: 0.1em solid #cccccc;
> +color: #ffffff;
> +height: auto;
> +text-align: center;
> }
>
> -.calendar_date_select td:hover {
> - background-color:#ccc;
> +.calendar tr td .add-new {
> +float: right;
> }
>
> -.calendar_date_select td.today {
> - border: 1px dashed #999;
> +.calendar tr td .h1 {
> +color: #000099;
> +float: left;
> }
>
> -.calendar_date_select td.disabled div {
> - color: #454545;
> +.calendar .current-period {
> +background-color: #ffffcc;
> }
>
> -
> -.fieldWithErrors .calendar_date_select {
> - border: 2px solid red;
> +.calendar .active-period {
> +background-color: #eeeeee;
> }
>
> /* ======================= */
>
>