Skip to content

Commit

Permalink
Made adjustments to the styles
Browse files Browse the repository at this point in the history
  • Loading branch information
geobalas committed Jul 14, 2014
1 parent 986086e commit d1bd41a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions public/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ input[type="number"] {
color: #9880e9;
font-size: 1.4em;
}
input[type="range"] {
width: 100%;
margin-top: 10%;
}
#bet_input {
width: 100%;
margin-top: 20px;
Expand Down Expand Up @@ -159,6 +155,8 @@ div.controls div.chat_cell {
}
input[type="range"] {
width: 90%;
margin-top: 8%;
padding: 0;
}
.sit_in {
padding: 12% 34%;
Expand Down
7 changes: 2 additions & 5 deletions public/styles/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ input[type="text"], input[type="number"] {
font-size: 1.4em;
}

input[type="range"] {
width: 100%;
margin-top: 10%;
}

#bet_input {
width: 100%;
margin-top: 20px;
Expand Down Expand Up @@ -174,6 +169,8 @@ div.controls {

input[type="range"] {
width: 90%;
margin-top: 8%;
padding: 0;
}

.sit_in {
Expand Down

0 comments on commit d1bd41a

Please sign in to comment.