re-org themes folder

This commit is contained in:
Adam Bradley
2013-08-26 14:26:25 -05:00
parent e4a71a9f38
commit fb1cb94de3
14 changed files with 20 additions and 11 deletions

View File

@@ -84,6 +84,15 @@ main > * {
.ptr-content .refreshing {
display: none; }
.panel-content {
width: 17em;
min-height: 100%;
max-height: none;
border-width: 0;
position: absolute;
top: 0;
display: block; }
.button {
position: relative;
display: block;
@@ -148,7 +157,7 @@ main > * {
/* Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab.
Note: For these to work, content must come after both bars in the markup */
.bar-header ~ main, .has-header {
.has-header {
top: 44px; }
.has-footer {