From 7a70637b1000d5975067cc3eaa8685a407c03136 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Fri, 25 May 2012 09:28:29 +0200 Subject: [PATCH] [IMP] layout bzr revid: fp@tinyerp.com-20120525072829-34lyox1jl60ffye8 --- addons/event/event_view.xml | 6 +- addons/event/static/src/css/event.css | 80 +-------------------------- 2 files changed, 5 insertions(+), 81 deletions(-) diff --git a/addons/event/event_view.xml b/addons/event/event_view.xml index b4932254d86..4cebf3dd309 100644 --- a/addons/event/event_view.xml +++ b/addons/event/event_view.xml @@ -206,14 +206,14 @@

- - - diff --git a/addons/event/static/src/css/event.css b/addons/event/static/src/css/event.css index e637bc56c65..8602ea24d53 100644 --- a/addons/event/static/src/css/event.css +++ b/addons/event/static/src/css/event.css @@ -29,63 +29,11 @@ color: #FFFFFF; background-color: #8A89BA; } -div.oe_fold_column{ - padding:0px !important; -} -.oe_event_button_subscribe { - color: white; - background-color: #8a89ba; - background-image: -webkit-gradient(linear, left top, left bottom, from(#8a89ba), to(#807fb4)); - background-image: -webkit-linear-gradient(top, #8a89ba, #807fb4); - background-image: -moz-linear-gradient(top, #8a89ba, #807fb4); - background-image: -ms-linear-gradient(top, #8a89ba, #807fb4); - background-image: -o-linear-gradient(top, #8a89ba, #807fb4); - background-image: linear-gradient(to bottom, #8a89ba, #807fb4); -} -.oe_event_button_unsubscribe { - color: white; - background-color: #8a89ba; - background-image: -webkit-gradient(linear, left top, left bottom, from(#8a89ba), to(#807fb4)); - background-image: -webkit-linear-gradient(top, #8a89ba, #807fb4); - background-image: -moz-linear-gradient(top, #8a89ba, #807fb4); - background-image: -ms-linear-gradient(top, #8a89ba, #807fb4); - background-image: -o-linear-gradient(top, #8a89ba, #807fb4); - background-image: linear-gradient(to bottom, #8a89ba, #807fb4);; -} -.oe_event_button_subscribe:hover { - cursor: pointer; - background-size: 100% 100%; - /*background: #DC5F59 none;*/ - -} -.oe_event_button_unsubscribe:hover { - cursor: pointer; - background-size: 100% 100%; - background: #DC5F59 none; - } - .unsubscribe, .unsubscribe_button:hover span { - display: none; - background-color: #DC5F59 - } - .unsubscribe_button:hover .unsubscribe { - display: inline; - background-color: #DC5F59; - } - .no_of_seats{ +.no_of_seats{ width:35px; - - } - .oe_event_title{ - font-size: 25px; -} -.oe_sub1 -{ - float:left; - height:50px; - border-right: 1px solid black; - border-color: #DCDCDC; } + .oe_mapbox { position: relative; @@ -95,27 +43,3 @@ div.oe_fold_column{ border: 1px solid #eeeeee; } -.oe_td_border -{ - width: 7em; - padding: 5px; - border-right: 1px solid black; - text-align: right; - border-color: #DCDCDC; - border-spacing:5em -} -.oe_td_date_border -{ - border-right:1px solid black; - border-color: #DCDCDC; -} - -textarea.field_text -{ - width: 765px; - height: 318px; -} -td.oe_form_group_nested -{ - padding: 5px; -}