Commit 52215990 by Scott

SnowFlat: expand "I wrote this" button

parent dc08d842
...@@ -2356,32 +2356,20 @@ input[type="submit"], button { ...@@ -2356,32 +2356,20 @@ input[type="submit"], button {
margin: 0 0 0 5px; margin: 0 0 0 5px;
} }
.qa-form-light-button:hover, .qa-form-light-button:focus { .qa-form-light-button:hover, .qa-form-light-button:focus {
background-color: #476481;
background-position: center;
background-repeat: no-repeat;
border: none; border: none;
outline: none; outline: none;
-webkit-transition-duration: 0s; -webkit-transition-duration: 0s;
transition-duration: 0s; transition-duration: 0s;
} }
.qa-form-light-button a { .qa-form-light-button a,
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.qa-form-light-button a:hover { .qa-form-light-button a:hover {
color: #fff;
-webkit-transition-duration: 0s; -webkit-transition-duration: 0s;
transition-duration: 0s; transition-duration: 0s;
} }
.qa-form-light-button:hover, .qa-form-light-button:focus {
background-color: #34495e;
}
.qa-form-light-button a {
color: #fff;
}
.qa-form-light-button a:hover {
color: #fff;
}
.qa-form-light-button:hover, .qa-form-light-button:focus {
background-position: center;
background-repeat: no-repeat;
}
.qa-form-light-button-edit, .qa-form-light-button-retagcat { .qa-form-light-button-edit, .qa-form-light-button-retagcat {
background-image: url('images/icons/edit-white.png?1404150090'); background-image: url('images/icons/edit-white.png?1404150090');
...@@ -2504,7 +2492,9 @@ input[type="submit"], button { ...@@ -2504,7 +2492,9 @@ input[type="submit"], button {
background-image: url('images/icons/comment-white.png?1404151058'); background-image: url('images/icons/comment-white.png?1404151058');
} }
.qa-form-light-button-answer, .qa-form-light-button-comment { .qa-form-light-button-answer,
.qa-form-light-button-comment,
.qa-form-light-button-claim {
width: auto; width: auto;
padding: 0 10px 0 30px; padding: 0 10px 0 30px;
background-position: 8px center; background-position: 8px center;
...@@ -2512,7 +2502,9 @@ input[type="submit"], button { ...@@ -2512,7 +2502,9 @@ input[type="submit"], button {
line-height: 32px; line-height: 32px;
text-indent: 0; text-indent: 0;
} }
.qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus, .qa-form-light-button-comment:hover, .qa-form-light-button-comment:focus { .qa-form-light-button-answer:hover, .qa-form-light-button-answer:focus,
.qa-form-light-button-comment:hover, .qa-form-light-button-comment:focus,
.qa-form-light-button-claim:hover, .qa-form-light-button-claim:focus {
background-position: 8px center; background-position: 8px center;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment