minor ui tweaks

This commit is contained in:
danielvincent 2010-08-23 15:55:19 -07:00
parent f9a19e679f
commit 1f59d2ccc4
2 changed files with 34 additions and 26 deletions

View file

@ -276,13 +276,8 @@ input[type='text'], textarea {
padding: 0.3em; padding: 0.3em;
display: block; display: block;
width: 66%; width: 66%;
box-shadow: 0 2px 0px white; border-top: 1px solid #666666;
-webkit-box-shadow: 0 2px 0px white; height: auto; }
-moz-box-shadow: 0 2px 0px white;
border-top: 1px solid #999999;
height: auto;
border-radius: 3px;
-moz-border-radius: 3px; }
#submit_block { #submit_block {
text-align: right; text-align: right;
@ -307,9 +302,13 @@ label {
position: relative; position: relative;
height: 80px; } height: 80px; }
#publisher textarea { #publisher textarea {
width: 95%; } width: 95%;
height: 40px;
margin-top: 0;
-webkit-border-radius: 0; }
#publisher .user_image img { #publisher .user_image img {
height: 50px; } height: 50px;
padding-left: 10px; }
#publisher ul.group_selector { #publisher ul.group_selector {
padding: 0; padding: 0;
margin: 0; margin: 0;
@ -438,7 +437,7 @@ h1.big_text {
#user_menu { #user_menu {
position: relative; position: relative;
background: black; background: #333333;
padding: 0 5px; padding: 0 5px;
margin: 0; margin: 0;
list-style: none; } list-style: none; }
@ -472,7 +471,9 @@ h1.big_text {
background-color: #eeeeee; } background-color: #eeeeee; }
#other_user_menu > li:first-child { #other_user_menu > li:first-child {
display: block; display: block;
background: black; } background: #333333;
border-left: 2px solid #333333;
border-right: 2px solid #333333; }
#other_user_menu > li:first-child a { #other_user_menu > li:first-child a {
color: #999999; } color: #999999; }
#other_user_menu > li:first-child img { #other_user_menu > li:first-child img {
@ -508,14 +509,15 @@ h1.big_text {
#global_search { #global_search {
display: inline; display: inline;
position: relative; position: relative;
padding-right: 175px; } padding-right: 167px; }
#global_search form { #global_search form {
display: inline; } display: inline; }
#global_search form input { #global_search form input {
margin-top: 4px; margin-top: 5px;
display: inline; display: inline;
font-size: 12px; font-size: 12px;
border: none; } border: none;
border-radius: 0; }
#global_search form input[type='text'] { #global_search form input[type='text'] {
width: 200px; width: 200px;
padding: 2px; padding: 2px;
@ -525,4 +527,4 @@ h1.big_text {
background-size: 12px; } background-size: 12px; }
#global_search form label { #global_search form label {
font-size: 12px; font-size: 12px;
margin-top: -2px; } margin-top: -3px; }

View file

@ -341,13 +341,8 @@ input[type='text'], textarea
:padding 0.3em :padding 0.3em
:display block :display block
:width 66% :width 66%
:box-shadow 0 2px 0px #fff :border-top 1px solid #666
:-webkit-box-shadow 0 2px 0px #fff
:-moz-box-shadow 0 2px 0px #fff
:border-top 1px solid #999
:height auto :height auto
:border-radius 3px
:-moz-border-radius 3px
#submit_block #submit_block
:text :text
@ -379,10 +374,17 @@ label
textarea textarea
:width 95% :width 95%
:height 40px
:margin
:top 0
:-webkit-border-radius 0
.user_image .user_image
img img
:height 50px :height 50px
:padding
:left 10px
ul.group_selector ul.group_selector
:padding 0 :padding 0
@ -556,7 +558,7 @@ h1.big_text
#user_menu #user_menu
:position relative :position relative
:background #000 :background #333
:padding 0 5px :padding 0 5px
:margin 0 :margin 0
:list-style none :list-style none
@ -604,7 +606,10 @@ h1.big_text
&:first-child &:first-child
:display block :display block
:background #000 :background #333
:border
:left 2px solid #333
:right 2px solid #333
a a
:color #999 :color #999
@ -656,18 +661,19 @@ h1.big_text
:display inline :display inline
:position relative :position relative
:padding :padding
:right 175px :right 167px
form form
:display inline :display inline
input input
:margin :margin
:top 4px :top 5px
:display inline :display inline
:font :font
:size 12px :size 12px
:border none :border none
:border-radius 0
input[type='text'] input[type='text']
:width 200px :width 200px
@ -682,4 +688,4 @@ h1.big_text
:font :font
:size 12px :size 12px
:margin :margin
:top -2px :top -3px