Skip to content

Commit

Permalink
Image post: style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcon committed Sep 5, 2012
1 parent 7dfadfa commit 03faacc
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions public/index.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ label {
position: relative; position: relative;
} }


#send-message div { #send-message>div {
text-align: center; text-align: center;
} }


Expand All @@ -178,14 +178,14 @@ label {
outline: 0; outline: 0;
} }


#send-message button, div.filebutton { #send-message button{
line-height: 22px;
margin: 20px 0; margin: 20px 0;
width: 110px;
position: relative; position: relative;
width: 110px;
} }


button, div.filebutton { button, div.filebutton {
margin: 0;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
user-select: none; user-select: none;
Expand All @@ -203,20 +203,24 @@ button, div.filebutton {
text-align: center; text-align: center;
text-shadow: 0 1px 1px #006679; text-shadow: 0 1px 1px #006679;
cursor: pointer; cursor: pointer;
padding: 2px 0 2px 0;
line-height: 1;
} }
button:hover, button:hover, div.filebutton:hover,
button.hover, button.hover, div.filebutton.hover,
button:active, button:active,
button:focus { button:focus, {
background: #009cb8; background: #009cb8;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7), box-shadow: inset 0 1px 1px rgba(255, 255, 255, .7),
inset 0 0 10px #007287; inset 0 0 10px #007287;
} }


div.filebutton { div.filebutton {
padding: 2px 0 3px 0; line-height: 24px;
position: relative; margin: -7px 0;
overflow: hidden; overflow: hidden;
padding: 2px 0;
position: relative;
width: 150px !important; width: 150px !important;
} }


Expand Down

0 comments on commit 03faacc

Please sign in to comment.