- Timestamp:
- 02/07/12 21:53:33 (4 months ago)
- Location:
- trunk/studio/templates/base
- Files:
-
- 7 edited
-
bp_cell.html (modified) (1 diff)
-
css/builder_page.css (modified) (3 diffs)
-
css/default.css (modified) (1 diff)
-
designbox_1.html (modified) (1 diff)
-
designbox_11.html (modified) (1 diff)
-
designbox_13.html (modified) (1 diff)
-
designbox_3.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/studio/templates/base/bp_cell.html
r15936 r15960 1 <div class="adm-bp-cell bx-def-margin-bottom ">1 <div class="adm-bp-cell bx-def-margin-bottom bx-def-border"> 2 2 <div id="adm-bpc-__id__" class="adm-bp-cell-cnt"> 3 3 <bx_include_auto:bp_blocks.html /> -
trunk/studio/templates/base/css/builder_page.css
r15959 r15960 10 10 /*--- Main section style ---*/ 11 11 div.adm-bp-cell { 12 border: 1px solid #b7b7b7; 13 background-color: #f8f8f8; 14 box-shadow: inset 0 0 2px rgba(51, 51, 51, 0.7); 12 background-color: rgba(255,255,255,0.5); 15 13 } 16 14 div.adm-bp-cell-cnt { … … 26 24 border-radius: 5px 5px 5px 5px; 27 25 box-shadow: 0 0 1px rgba(51, 51, 51, 0.7); 28 background-color: #f2f2f2; 26 background-color: #ffffff; 27 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ececec)); 28 background-image: -webkit-linear-gradient(top, #fff, #ececec); 29 background-image: -moz-linear-gradient(top, #fff, #ececec); 30 background-image: -ms-linear-gradient(top, #fff, #ececec); 31 background-image: -o-linear-gradient(top, #fff, #ececec); 32 background-image: linear-gradient(top, #fff, #ececec); 29 33 overflow: hidden; 30 34 } … … 62 66 position: absolute; 63 67 top: 12px; 64 left: 5px;68 left: 10px; 65 69 cursor: move; 66 70 } 67 71 div.adm-bp-cell div.adm-bpb-icon { 68 left: 3 0px;72 left: 36px; 69 73 } 70 74 div.adm-bp-cell div.adm-bpb-info { 71 padding-left: 65px;75 padding-left: 75px; 72 76 } 73 77 -
trunk/studio/templates/base/css/default.css
r15959 r15960 133 133 .bx-def-border { 134 134 border:1px solid #dddddd; 135 } 136 .bx-def-border-rightbottomleft { 137 border:1px solid #dddddd; 138 padding-top:none; 139 } 140 .bx-def-border-top { 141 border-top:1px solid #dddddd; 142 } 143 .bx-def-border-right { 144 border-right:1px solid #dddddd; 145 } 146 .bx-def-border-bottom { 147 border-bottom:1px solid #dddddd; 148 } 149 .bx-def-border-left { 150 border-left:1px solid #dddddd; 151 } 152 153 /* shadow */ 154 .bx-def-shadow { 135 155 -moz-box-shadow: 0px 0px 2px #666666; 136 156 -webkit-box-shadow: 0px 0px 2px #666666; 137 157 box-shadow: 0px 0px 2px #666666; 138 158 } 139 .bx-def-border-rightbottomleft { 140 border:1px solid #dddddd; 141 padding-top:none; 142 } 143 .bx-def-border-top { 144 border-top:1px solid #dddddd; 145 } 146 .bx-def-border-right { 147 border-right:1px solid #dddddd; 148 } 149 .bx-def-border-bottom { 150 border-bottom:1px solid #dddddd; 151 } 152 .bx-def-border-left { 153 border-left:1px solid #dddddd; 154 } 155 156 /* round corders */ 159 160 /* round corners */ 157 161 158 162 .bx-def-round-corners { -
trunk/studio/templates/base/designbox_1.html
r15266 r15960 1 1 <!-- Design Box [ Start ] here --> 2 <div __id__ class="bx-db-container bx-def-border bx-def- color-bg-block bx-def-margin-bottom">2 <div __id__ class="bx-db-container bx-def-border bx-def-shadow bx-def-color-bg-block bx-def-margin-bottom"> 3 3 <div class="bx-db-header bx-def-border-bottom"> 4 4 <div class="bx-db-title bx-def-padding-sec-left">__title__</div> -
trunk/studio/templates/base/designbox_11.html
r15266 r15960 1 1 <!-- Design Box [ Start ] here --> 2 <div class="bx-db-container bx-def-border bx-def- color-bg-block bx-def-margin-bottom">2 <div class="bx-db-container bx-def-border bx-def-shadow bx-def-color-bg-block bx-def-margin-bottom"> 3 3 <div class="bx-db-header bx-def-border-bottom"> 4 4 <div class="bx-db-title bx-def-padding-sec-left">__title__</div> -
trunk/studio/templates/base/designbox_13.html
r15247 r15960 1 1 <!-- Design Box [ Start ] here --> 2 <div class="bx-db-container bx-def-border bx-def- color-bg-block bx-def-margin-bottom">2 <div class="bx-db-container bx-def-border bx-def-shadow bx-def-color-bg-block bx-def-margin-bottom"> 3 3 <div class="bx-db-content bx-def-padding"> 4 4 __content__ -
trunk/studio/templates/base/designbox_3.html
r15247 r15960 1 1 <!-- Design Box [ Start ] here --> 2 <div class="bx-db-container bx-def-border bx-def- color-bg-block bx-def-margin-bottom">2 <div class="bx-db-container bx-def-border bx-def-shadow bx-def-color-bg-block bx-def-margin-bottom"> 3 3 <div class="bx-db-content"> 4 4 __content__
Note: See TracChangeset
for help on using the changeset viewer.