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 {

View File

@@ -3,7 +3,7 @@
// Components
@import
"framework/structure/variables",
"framework/structure-variables",
"framework/structure/mixins",
"framework/structure/alerts",

View File

@@ -3,12 +3,12 @@
// Components
@import
"framework/theme/default/variables",
"framework/theme/default/alerts",
"framework/theme/default/bar",
"framework/theme/default/tabs",
"framework/theme/default/button",
"framework/theme/default/icon",
"framework/theme/default/listview",
"framework/theme/default/pull-to-refresh",
"framework/theme/default/table";
"framework/theme-variables",
"framework/theme/alerts",
"framework/theme/bar",
"framework/theme/tabs",
"framework/theme/button",
"framework/theme/icon",
"framework/theme/listview",
"framework/theme/pull-to-refresh",
"framework/theme/table";