Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.61 -r1.62 --- openacs-4/packages/xowiki/www/resources/xowiki.css 12 Aug 2013 19:28:12 -0000 1.61 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 27 Oct 2014 16:42:07 -0000 1.62 @@ -5,7 +5,8 @@ /*#at-a-glance td.today {color: #003b53;}*/ /* minimize damage of yui-skin-sam */ -#breadcrumbs, #alert-message {clear: both !important; text-align: left !important;} +/*#breadcrumbs, #alert-message {clear: both !important; text-align: left !important;}*/ +#breadcrumbs, #alert-message {text-align: left !important;} /* useful helper */ .visual-clear {clear: both; display: block;} @@ -17,7 +18,7 @@ } #wikicmds {position: relative; top: -24px; right: 0px; height: 0px; - text-align: right; font-family: sans-serif; font-size: 85%;color: #7A7A78;} + text-align: right; font-family: sans-serif; font-size: 85%;color: #7A7A78;} /*#portal #wikicmds {top: -90px;}*/ div.portlet #wikicmds {float: inherit ! important; top: 0px ! important; height: inherit;} #page-body #wikicmds {top: -30px;} @@ -205,24 +206,24 @@ #messages .message {vertical-align: top;} .rss {border:1px solid; - border-color:#FC9 #630 #330 #F96; - padding: 2px; - font: 9px verdana,sans-serif; - color: #FFF; - background: #F60; - text-decoration:none; - margin:0; - margin-right:10px;} + border-color:#FC9 #630 #330 #F96; + padding: 2px; + font: 9px verdana,sans-serif; + color: #FFF; + background: #F60; + text-decoration:none; + margin:0; + margin-right:10px;} a:hover.rss {color:#dddddd;background: #F60;} a:visited.rss {color: #FFF;background: #F60;} a:link.rss {color: #FFF;background: #F60;} div.rightbox {float:right; right: 1em; clear: right; font-size: 75%; padding: 5px; - border:dotted; border-width:1px;background: #f8f8f8; -} + border:dotted; border-width:1px;background: #f8f8f8; + } div.presence div.title {font-size: 90%; margin-bottom: 0px; - border-bottom: solid silver 1px; color: #222222; -} + border-bottom: solid silver 1px; color: #222222; + } div.xowiki-content a.missing { color: red; @@ -292,7 +293,7 @@ div.book-navigation img {border: 0px;} /* Make help_text nicer. Would like to make the font-sizer smaller as well, - but this does not fit together with the openacs form styles, using + but this does not fit together with the OpenACS form styles, using magin-left as 17em */ div.xowiki-content .margin-form .form-button, .margin-form div.form-help-text { @@ -354,7 +355,7 @@ The bottom padding provides the cushion that makes the empty list targetable. Alternatively, we could leave the padding off by default, adding it when we detect that the list is empty. - */ + */ padding-bottom:3ex; } @@ -383,7 +384,7 @@ The bottom padding provides the cushion that makes the empty list targetable. Alternatively, we could leave the padding off by default, adding it when we detect that the list is empty. - */ + */ padding-bottom:3ex; } div.xowiki-content div.book ul.page_order_region_no_target { @@ -407,7 +408,7 @@ The bottom padding provides the cushion that makes the empty list targetable. Alternatively, we could leave the padding off by default, adding it when we detect that the list is empty. - */ + */ padding-bottom:3ex; } @@ -469,6 +470,8 @@ div.xowiki-content #menubar a.disabled { color: #A0A0A0; /* or maybe display none */ + pointer-events: none; + cursor: default; } @@ -519,3 +522,19 @@ color: #777777; } + +nav.navbar a { + text-decoration: none; +} +nav.navbar ul.dropdown-menu { + background-color: #F8F8F8; +} + +/* + * Local Variables: + * mode: css + * c-basic-offset: 4 + * fill-column: 78 + * indent-tabs-mode: nil + * End: + */ \ No newline at end of file