accessibility-settings.html
1 year ago
color-picker.html
1 year ago
color-picker.scss
1 year ago
css-settings.html
1 year ago
display-settings.html
1 year ago
display-settings.scss
1 year ago
filter-settings.html
1 year ago
font-awesome-button-settings.html
1 year ago
font-awesome-button-settings.scss
1 year ago
help-icon.html
1 year ago
help-icon.scss
1 year ago
image-button-settings.html
1 year ago
image-button-settings.scss
1 year ago
index.php
1 year ago
location-settings.html
1 year ago
posts-filter-selection.html
1 year ago
posts-filter-selection.scss
1 year ago
text-button-settings.html
1 year ago
posts-filter-selection.scss
28 lines
| 1 | #scroll-top-content { |
| 2 | |
| 3 | div.pages-selection { |
| 4 | width: 70%; |
| 5 | height: 150px; |
| 6 | background-color: #fff; |
| 7 | overflow: auto; |
| 8 | |
| 9 | border: 1px solid #dfdfdf; |
| 10 | -moz-border-radius: 4px; |
| 11 | -khtml-border-radius: 4px; |
| 12 | -webkit-border-radius: 4px; |
| 13 | border-radius: 4px; |
| 14 | } |
| 15 | |
| 16 | div.page-div { |
| 17 | float: left; |
| 18 | width: 250px; |
| 19 | padding: 2px; |
| 20 | white-space: nowrap; |
| 21 | overflow: hidden; |
| 22 | } |
| 23 | |
| 24 | input.post-id-list { |
| 25 | width: 70%; |
| 26 | } |
| 27 | |
| 28 | } |