Merge pull request #215 from git-marijus/master

polish up share button a little
This commit is contained in:
friendica 2013-11-25 11:58:45 -08:00
commit 41e9d0f0f9

View File

@ -1195,21 +1195,11 @@ footer {
#profile-jot-perms { #profile-jot-perms {
float: right; float: right;
margin-left: 100px; background-color: $toolicon_colour;
font-weight: bold; border: 1px solid #666;
font-size: 1.2em; border-right: none;
height: auto; border-radius: $radiuspx 0px 0px $radiuspx;
width: auto; padding: 6px;
background-color: #0080FF;
border-radius: $radiuspx;
border: 2px outset;
box-shadow: 5px 5px 5px #666;
margin-right: 8px;
padding: 4px;
}
#profile-jot-perms:active {
box-shadow: 0 0 0 0;
} }
#profile-jot-perms-end { #profile-jot-perms-end {
@ -1537,23 +1527,27 @@ tr.mceLast {
} }
#profile-jot-submit { #profile-jot-submit {
height: auto; height: 30px;
background-color: #0080FF; width: 70px;
color: #eeeeec; background: linear-gradient(top, #0080ff 0%, #0080aa);
font-weight: bold; background: -webkit-linear-gradient(top, #0080ff 0%, #0080aa);
-webkit-border-radius: $radiuspx; background: -moz-linear-gradient(top, #0080ff 0%, #0080aa);
-moz-border-radius: $radiuspx; background: -o-linear-gradient(top, #0080ff 0%, #0080aa);
border-radius: $radiuspx; background: -ms-linear-gradient(top, #0080ff 0%, #0080aa);
border: 2px outset #222420 !important; color: #fff;
margin: 0; font-weight: bold;
float: right; border-radius: 0px $radiuspx $radiuspx 0px;
text-shadow: 1px 1px #111; float: right;
width: auto; text-shadow: 1px 1px #111;
box-shadow: 5px 5px 5px #444; cursor: pointer;
} }
#profile-jot-submit:active { #profile-jot-submit:hover {
box-shadow: 0 0 0 0; background: linear-gradient(top, #0080aa 0%, #0080ff);
background: -webkit-linear-gradient(top, #0080aa 0%, #0080ff);
background: -moz-linear-gradient(top, #0080aa 0%, #0080ff);
background: -o-linear-gradient(top, #0080aa 0%, #0080ff);
background: -ms-linear-gradient(top, #0080aa 0%, #0080ff);
} }
#sidebar-page-list .label { #sidebar-page-list .label {