Skip to content
Snippets Groups Projects
Commit 0f472dc4 authored by strentini's avatar strentini
Browse files

OO-1 : style fixes

parent 15124e83
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
@media all { @media all {
html{ min-height:100%;} html{ min-height:100%;}
/** ----------------- MAIN LAYOUT ----------------- **/ /** ----------------- MAIN LAYOUT ----------------- **/
......
...@@ -152,24 +152,26 @@ div.b_eportfolio_collect_restriction { ...@@ -152,24 +152,26 @@ div.b_eportfolio_collect_restriction {
a:hover { text-decoration:none } a:hover { text-decoration:none }
} }
} }
div.b_eportfolio_restriction_wrapper { div.b_eportfolio_restriction_wrapper {
a.b_togglebox_opened { z-index:10; display:block; width:9px; height:9px; padding:0; margin-left:12px; } a.b_togglebox_opened { z-index:10; display:block; width:20px; height:20px; padding:0; margin-left:12px; }
a.b_togglebox_closed { display:block; width:9px; height:9px; padding:0; margin-left:12px; } a.b_togglebox_closed { display:block; width:20px; height:20px; padding:0; margin-left:12px; }
p { padding:0 0 0 15px; margin:0; } p { padding:0 0 0 15px; margin:0; }
div.b_togglebox div.b_togglebox_content { padding:3px 3px 3px 3px; margin:0; border:1px solid red; background-image:none; background-color:transparent; @include o-border-radius(3px); } div.b_togglebox div.b_togglebox_content { padding:3px 3px 3px 3px; margin:0; border:1px solid red; background-image:none; background-color:transparent; @include o-border-radius(3px); }
} }
div.b_eportfolio_restriction_error div.b_tooglebox_opened div.b_togglebox_content { border:1px solid #FF9900 !important; background:#FFF5CC url(../openolat/images/decorator/deco_warn.png) no-repeat 3px 2px !important; } /* restriction info on a map */
div.b_eportfolio_restriction_passed div.b_tooglebox_opened div.b_togglebox_content { border:1px solid #F0F0F0 !important; background:#FCFCFC url(../openolat/images/decorator/deco_ok.png) no-repeat 3px 2px !important; } div.b_eportfolio_restriction_error div.b_tooglebox_opened div.b_togglebox_content { border:1px solid #FF9900 !important; background:#FFF5CC url(../openolat/images/decorator/deco_warn.png) no-repeat 3px 7px !important; }
div.b_eportfolio_restriction_error div.b_togglebox_closed { background:transparent url(../openolat/images/decorator/deco_warn.png) no-repeat top left !important; } div.b_eportfolio_restriction_passed div.b_tooglebox_opened div.b_togglebox_content { border:1px solid #F0F0F0 !important; background:#FCFCFC url(../openolat/images/decorator/deco_ok.png) no-repeat 3px 7px !important; }
div.b_eportfolio_restriction_passed div.b_togglebox_closed { background:transparent url(../openolat/images/decorator/deco_ok.png) no-repeat top left !important; } div.b_eportfolio_restriction_error div.b_togglebox_closed { background:transparent url(../openolat/images/decorator/deco_warn.png) no-repeat 3px 5px !important; }
div.b_eportfolio_restriction_wrapper div.b_togglebox div.b_togglebox_content .b_togglebox_hide { display:none; } div.b_eportfolio_restriction_passed div.b_togglebox_closed { background:transparent url(../openolat/images/decorator/deco_ok.png) no-repeat 3px 5px !important; }
div.b_eportfolio_restriction_wrapper div.b_togglebox div.b_togglebox_content .b_togglebox_hide { display:none; }
.b_eportfolio_deadline_callout { width:300px; } .b_eportfolio_deadline_callout { width:300px; }
.b_ep_multiartefacts .b_c50l { clear: both; } .b_ep_multiartefacts .b_c50l { clear: both; }
.b_eportfolio_fulltextsearch { float:left; } .b_eportfolio_fulltextsearch { float:left; }
.b_eportfolio_fulltextsearch div.b_form div.b_form_element_wrapper.b_form_horizontal { } .b_eportfolio_fulltextsearch div.b_form div.b_form_element_wrapper.b_form_horizontal { }
.b_eportfolio_share_policy_wrapper { .b_eportfolio_share_policy_wrapper {
margin: 5px; border: 1px solid #ddd; padding: 1em; margin: 5px; border: 1px solid #ddd; padding: 1em;
......
...@@ -29,6 +29,14 @@ div.o_home_rsslink { ...@@ -29,6 +29,14 @@ div.o_home_rsslink {
float: right; float: right;
display: inline; display: inline;
margin: 10px 0; margin: 10px 0;
a { float: right; display: inline; }
a.o_home_rsslink{
background: url(../openolat/images/feed.png) no-repeat;
width:16px;
display:block;
height: 16px;
line-height:0;
}
} }
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment