Skip to content

Commit

Permalink
move default CSS to wq.app
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jul 21, 2017
1 parent 8ccf95d commit 949f661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
1 change: 1 addition & 0 deletions app/css/project_name.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
@import url("lib/leaflet.css");
@import url("lib/leaflet.draw.css");
@import url("lib/leaflet.markercluster.css");
@import url("lib/wq/app.css");
@import url("{{ project_name }}/main.css");
@import url("{{ project_name }}/responsive.css");
34 changes: 0 additions & 34 deletions app/css/project_name/main.css
Original file line number Diff line number Diff line change
@@ -1,34 +0,0 @@
.error {
color: red;
}

.footer {
text-align: center;
font-size: 0.8em;
}
.footer, .footer a, .footer a:visited {
color: #999;
}

.map {
border: 1px solid #999;
}
.map.list-map {
height: 500px;
}
.map.detail-map {
height: 300px;
}
.map.edit-map {
height: 400px;
}

.ui-content .ui-grid-a .ui-block-a {
padding-right: 0.5em;
}
.ui-content .ui-grid-a .ui-block-b {
padding-left: 0.5em;
}
.ui-field-contain p {
clear: both;
}

0 comments on commit 949f661

Please sign in to comment.