.column-1 {
width: 50%;
- margin-bottom: $lineheight/2;
+ margin: 0 0 $lineheight/2 0;
}
.small_icon {
padding: 0;
width: 15px;
height: 15px;
+ min-width: 0;
text-indent: -1000px;
overflow: hidden;
background: image-url("sprite.png") 0 0 no-repeat;
/* Rules for the login page */
#login_openid_buttons {
- height: 56px;
+ margin-bottom: 0;
}
#login_openid_buttons li {
}
.content_map.settings_map {
- float: none;
width: 50%;
+ float: none;
}
/* Rules for message in/out box page */
+.message #content {
+ max-width: 740px;
+}
+
.messages {
width: 100%;
border: 1px solid #ddd;
.standard-form {
fieldset {
- margin-bottom: $lineheight/2;
+ margin-bottom: $lineheight;
}
label {
display: block;
font-weight: bold;
line-height: 1.5;
}
+ .form-section {
+ margin-top: $lineheight;
+ padding-top: $lineheight;
+ border-top: 1px solid $keyline;
+ }
.form-row {
margin-bottom: $lineheight/2;
}
- input[name=remember_me] {
+ input[name=remember_me],
+ input[name=remember_me_openid] {
float: left;
}
}
input[type="password"],
textarea {
border: 1px solid #ccc;
- padding: 2px;
+ padding: 2px 5px;
+ margin: 0;
+}
+
+textarea {
+ padding: 5px;
}
/* Rules for user images */
display: block;
padding: $lineheight/4;
min-width: 120px;
- margin-bottom: $lineheight/2;
+ margin: 0 0 $lineheight/2 0;
color: white;
background: $blue;
text-align: center;
}
}
+.buttons {
+ min-width: 200px;
+
+ input[type="submit"],
+ .button {
+ box-sizing: border-box;
+ display: inline-block;
+ margin-bottom:0;
+ width:50%;
+ min-width: 0;
+ max-width: 150px;
+ margin-left: 2px;
+ margin-right: 2px;
+ }
+ input:first-child,
+ .button:first-child {
+ border-radius:2px 0 0 2px;
+ border-right:1px solid white;
+ margin-left: 0px;
+ }
+ input:last-child,
+ .button:last-child {
+ border-radius:0 2px 2px 0;
+ margin-right: 0px;
+ }
+}
+
/* Rules for doing distinct colour of alternate table rows */
.table0,
margin-bottom: $lineheight/4;
white-space: nowrap;
}
-
- input.richtext_doedit,
- input.richtext_dopreview {
- margin-right: $lineheight/2;
- }
- }
-
- .buttons input[type="submit"] {
- display: inline-block;
- margin-bottom:0;
- width:99px;
- min-width:99px;
- }
- .buttons input:first-child {
- border-radius:2px 0 0 2px;
- margin-right:1px;
- }
- .buttons input:last-child {
- border-radius:0 2px 2px 0;
}
}