Small positioning tweaks for frontend.

This commit is contained in:
Tom Preston-Werner
2010-07-31 15:34:00 -04:00
parent 16d048c804
commit 9cca26b2a1
3 changed files with 9 additions and 4 deletions
+4 -1
View File
@@ -2,7 +2,6 @@
border-left: 1px solid #888; border-left: 1px solid #888;
border-top: 1px solid #888; border-top: 1px solid #888;
border-right: 1px solid #888; border-right: 1px solid #888;
width: 100%;
overflow: hidden; overflow: hidden;
font-family: sans-serif; font-family: sans-serif;
font-size: 13px; font-size: 13px;
@@ -37,6 +36,10 @@
float: right; float: right;
} }
#editbar .group-right .tab.format {
margin-top: 4px;
}
#editbar .group-separator { #editbar .group-separator {
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
} }
+4 -2
View File
@@ -344,9 +344,10 @@ html {overflow-y: scroll;}
.wiki-form .inner { .wiki-form .inner {
margin: 0; margin: 0;
padding: 5px 0 5px 5px; padding: 0 0 0 5px;
background: #fff; background: #fff;
border: solid 1px #888 border: solid 1px #888;
line-height: 0;
} }
.wiki-form input[type=text] { .wiki-form input[type=text] {
@@ -442,6 +443,7 @@ label.wiki-label {
.comment-form textarea{ .comment-form textarea{
margin:0; margin:0;
padding: 5px 0;
width:100%; width:100%;
height:100px; height:100px;
} }
@@ -18,7 +18,7 @@
</span> </span>
</div> </div>
<div class="group group-right"> <div class="group group-right">
<span class="tab"> <span class="tab format">
Format: Format:
<select id="wiki_format" name="format"> <select id="wiki_format" name="format">
{{#formats}} {{#formats}}