Changeset 10971
- Timestamp:
- 23 Jan 2014, 16:49:52 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r10970 r10971 47 47 } 48 48 49 /* Sidebar */ 50 49 51 .kofa-sidebar-title { 50 52 text-transform: none; … … 58 60 padding: 3px 15px; 59 61 } 62 63 /* Buttons */ 64 65 .btn { 66 margin: 4px; 67 } 68 69 /* Content actionbar */ 70 71 div.actionbar { 72 margin-top: -6px; 73 margin-left: -10px; 74 margin-bottom: 0px; 75 } 76 77 .actionbar .btn-default { 78 background-color: #FFFFFF; 79 border-color: #CCCCCC; 80 color: #333333; 81 margin-bottom: 4px; 82 padding: 4px 8px; 83 margin: 0px 0px 4px 0px; 84 } 85 60 86 61 87 /* Kofa forms */ -
main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html
r10969 r10971 122 122 </div> <!-- /kofa-sidebar --> 123 123 <div class="col-md-10 content kofa-content-narrow"> 124 124 125 <div class="well kofa-content "> 126 <div class="actionbar"> 127 <a class="btn btn-default" href=""> 128 <img src="static/img/actionicon_modify.png" 129 alt="Manage" /> 130 Manage 131 </a> 132 <a class="btn btn-default" href=""> 133 <img src="static/img/actionicon_trigtrans.png" 134 alt="Trigger transition" /> 135 Trigger transition 136 </a> 137 </div> 138 125 139 <div class="hero-unit kofa-content-label-box"> 126 140 <h1 class="kofa-content-label-title">waeup.kofa theme</h1> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/actionbutton.pt
r9145 r10971 1 <a class="btn actionbar" tal:condition="viewlet/target_url"1 <a class="btn btn-default" tal:condition="viewlet/target_url" 2 2 tal:attributes="href viewlet/target_url; onclick viewlet/onclick"> 3 3 <img src="" alt="edit"
Note: See TracChangeset for help on using the changeset viewer.