Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3.0.3 version #57

Merged
merged 6 commits into from
Jun 23, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
radiobox styles
  • Loading branch information
viliusle committed Jun 16, 2017
commit 98ebe4ce1a696ed81664ef5d67133c5ee6dfa11a
5 changes: 4 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ select{
padding: 2px 4px;
}
input[type="radio"]{
transform: scale(1.3, 1.3);
/*transform: scale(1.3, 1.3); - looks ugly on mac */
width: 15px;
height: 15px;
transform: translate(0, 2px);
}
input[type="range"]{
margin-left:0px;
Expand Down