Skip to content

Commit

Permalink
CSS: Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimm committed Mar 7, 2013
1 parent 80b5d40 commit e025fca
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions Resources/Private/Scss/nkwgmaps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ $darkgrey: #434343;

.tx-nkwgmaps-pi3 {
margin-bottom: 16px;
#tx_nkwgmaps_pi3_directions_form {
border: 1px solid #CCC;
margin-top: 4px;
padding: 8px;
color: $darkgrey;
}
fieldset {
border: 1px solid #FFFFFF;
padding-bottom: 0px !important;
Expand All @@ -34,9 +28,9 @@ $darkgrey: #434343;
dd {
padding: 4px;
}
#back {
text-align: right !important;
padding: 0px !important;
table {
padding-bottom: 0px !important;
width: 100%;
}
input, select {
margin-left: 0;
Expand All @@ -45,17 +39,6 @@ $darkgrey: #434343;
width: 300px;
color: $darkgrey;
}
table {
padding-bottom: 0px !important;
width: 100%;
}
#startpoint {
color: #999999;
}
#endpoint {
background-color: $lightgrey !important;
color: #444444;
}
input[type="submit"] {
width: auto;
border: 1px solid $darkgrey;
Expand All @@ -75,9 +58,26 @@ $darkgrey: #434343;
height: 20px;
color: $darkgrey;
}
#back {
text-align: right !important;
padding: 0px !important;
}
#startpoint {
color: #999999;
}
#endpoint {
background-color: $lightgrey !important;
color: #444444;
}
#directionsPanel {
margin-top: 4px;
padding: 2px;
}
#tx_nkwgmaps_pi3_directions_form {
border: 1px solid #CCC;
margin-top: 4px;
padding: 8px;
color: $darkgrey;
}
}

40 changes: 20 additions & 20 deletions Resources/Public/Css/nkwgmaps.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
.tx-nkwgmaps-pi3 {
margin-bottom: 16px;
}
.tx-nkwgmaps-pi3 #tx_nkwgmaps_pi3_directions_form {
border: 1px solid #CCC;
margin-top: 4px;
padding: 8px;
color: #434343;
}
.tx-nkwgmaps-pi3 fieldset {
border: 1px solid #FFFFFF;
padding-bottom: 0px !important;
Expand All @@ -32,9 +26,9 @@
.tx-nkwgmaps-pi3 dd {
padding: 4px;
}
.tx-nkwgmaps-pi3 #back {
text-align: right !important;
padding: 0px !important;
.tx-nkwgmaps-pi3 table {
padding-bottom: 0px !important;
width: 100%;
}
.tx-nkwgmaps-pi3 input, .tx-nkwgmaps-pi3 select {
margin-left: 0;
Expand All @@ -43,17 +37,6 @@
width: 300px;
color: #434343;
}
.tx-nkwgmaps-pi3 table {
padding-bottom: 0px !important;
width: 100%;
}
.tx-nkwgmaps-pi3 #startpoint {
color: #999999;
}
.tx-nkwgmaps-pi3 #endpoint {
background-color: #e1e1e1 !important;
color: #444444;
}
.tx-nkwgmaps-pi3 input[type="submit"] {
width: auto;
border: 1px solid #434343;
Expand All @@ -73,7 +56,24 @@
height: 20px;
color: #434343;
}
.tx-nkwgmaps-pi3 #back {
text-align: right !important;
padding: 0px !important;
}
.tx-nkwgmaps-pi3 #startpoint {
color: #999999;
}
.tx-nkwgmaps-pi3 #endpoint {
background-color: #e1e1e1 !important;
color: #444444;
}
.tx-nkwgmaps-pi3 #directionsPanel {
margin-top: 4px;
padding: 2px;
}
.tx-nkwgmaps-pi3 #tx_nkwgmaps_pi3_directions_form {
border: 1px solid #CCC;
margin-top: 4px;
padding: 8px;
color: #434343;
}

0 comments on commit e025fca

Please sign in to comment.