Changeset 1698315
- Timestamp:
- 07/18/2017 05:02:25 PM (9 years ago)
- File:
-
- 1 edited
-
probuilder/tags/0.1/assets/css/style.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
probuilder/tags/0.1/assets/css/style.css
r1698272 r1698315 111 111 color: #fff; 112 112 } 113 #probuilder-editor-handle .handle-part p 114 { 115 line-height: 38px; 116 } 113 117 #probuilder-editor-handle .handle-part:nth-of-type(2) 114 118 { … … 130 134 #probuilder-editor .scroll-element 131 135 { 132 height: calc(70vh - 1 50px) !important;136 height: calc(70vh - 180px) !important; 133 137 overflow-y: auto; 134 138 } … … 156 160 #probuilder-editor .editor-container button 157 161 { 162 height: 55px; 158 163 z-index: 3; 159 164 position: absolute; … … 288 293 #probuilder-editor .probuilder-tab-links 289 294 { 295 padding: 0; 290 296 margin: 40px 18px 25px 18px; 291 297 list-style: none; … … 339 345 #probuilder-editor .probuilder-vertical-tab-links li 340 346 { 347 position: relative; 341 348 padding: 9px 12px; 342 349 margin:0;
Note: See TracChangeset
for help on using the changeset viewer.