Fixed width of basicModal elements

This commit is contained in:
Tobias Reich 2015-06-28 17:28:32 +02:00
parent 82e1d6aa14
commit 477351438e

View File

@ -77,8 +77,8 @@
/* Inputs ------------------------------------------------*/ /* Inputs ------------------------------------------------*/
input.text { input.text {
width: calc(100% - 4px);
padding: 9px 2px; padding: 9px 2px;
width: 100%;
background-color: transparent; background-color: transparent;
color: #fff; color: #fff;
text-shadow: $shadow; text-shadow: $shadow;
@ -102,7 +102,7 @@
/* Radio Buttons ------------------------------------------------*/ /* Radio Buttons ------------------------------------------------*/
.choice { .choice {
padding: 0 30px 15px; padding: 0 30px 15px;
width: calc(100% - 60px); width: 100%;
color: #fff; color: #fff;
&:last-child { padding-bottom: 40px; } &:last-child { padding-bottom: 40px; }
@ -161,7 +161,7 @@
clear: both; clear: both;
padding: 2px 0 0 35px; padding: 2px 0 0 35px;
margin: 0; margin: 0;
width: calc(100% - 35px); width: 100%;
color: white(.6); color: white(.6);
font-size: 13px; font-size: 13px;
} }
@ -170,7 +170,7 @@
display: none; display: none;
margin-top: 5px; margin-top: 5px;
margin-left: 35px; margin-left: 35px;
width: calc(100% - 39px); width: calc(100% - 35px);
} }
} }
@ -317,7 +317,7 @@
display: none; display: none;
float: left; float: left;
padding: 2px 10px 5px; padding: 2px 10px 5px;
width: calc(100% - 20px); width: 100%;
color: white(.5); color: white(.5);
font-size: 12px; font-size: 12px;
overflow: hidden; overflow: hidden;