Changeset 10230
- Timestamp:
- 26 May 2013, 17:33:55 (11 years ago)
- Location:
- main/ngren.theme/branches/filip-fixes/ngren/theme
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/branches/filip-fixes/ngren/theme/browser/stylesheets/main.css
r10229 r10230 84 84 clear:both; 85 85 } 86 #user-options{ 87 max-width:330px; 88 text-align:right; 89 } 90 91 92 .label:empty, .badge:empty { 93 display:inline-block; 94 } 95 96 #content div.newsImageContainer p.discreet { 97 background-color: rgba(40, 40, 40, 0.7); 98 color: White; 99 font-weight: bold; 100 left: 5px; 101 margin: 0; 102 padding: 0.5em; 103 position: relative; 104 top: -38px; 105 width: 189px; 106 } 86 107 87 108 88 109 /** responsive Banners **/ 110 @media(min-width:768px) and (max-width:979px){ 111 #user-options{ 112 max-width:100%; 113 width:auto; 114 text-align:right; 115 } 116 117 } 89 118 @media(max-width:767px){ 119 #user-options{ 120 max-width:100%; 121 width:auto; 122 text-align:right; 123 } 90 124 #partners-tile td { 91 125 display: block; -
main/ngren.theme/branches/filip-fixes/ngren/theme/ngren_theme/rules.xml
r10229 r10230 7 7 8 8 <theme href="home.html" css:if-content="body.template-frontpageview" /> 9 <theme href="full.html" css:if-content="#portal-column-content.width-full"/> 9 10 <theme href="example.html"/> 10 11 <notheme if="$ajax_load" /> … … 14 15 <notheme if="contains($path, 'advanced/anchor.htm')"/> 15 16 <notheme if="contains($path, 'advanced/source_editor.htm')"/> 17 <notheme if="contains($path, 'image_view_fullscreen')"/> 16 18 <notheme if-path="@@manage-viewlets" /> 17 19 … … 59 61 60 62 <!-- Footer --> 61 <replace css:theme=". section" css:content=".section"/>63 <replace css:theme=".footer .section" css:content="#portal-footer-wrapper .section"/> 62 64 63 65 </rules> -
main/ngren.theme/branches/filip-fixes/ngren/theme/skins/ngren_theme_styles/public.css
r10190 r10230 480 480 font-weight: normal; 481 481 } 482 .suppressVisualEditor{ 483 margin-top:-1.8em !important; 484 padding-left:5px; 485 } 482 486 483 487 #content .visualHighlight { … … 1253 1257 select{ 1254 1258 width:170px; 1259 min-height: 30px; 1255 1260 } 1256 1261 .optionsToggle {
Note: See TracChangeset for help on using the changeset viewer.