Make buttons better.

This commit is contained in:
Thomas Willingham 2012-12-07 18:06:05 +00:00
parent f929ec32b0
commit 555226ada4
2 changed files with 40 additions and 6 deletions

View File

@ -1281,6 +1281,7 @@ width: 90%;
#profile-jot-plugin-wrapper, #profile-jot-plugin-wrapper,
#profile-jot-submit-wrapper { #profile-jot-submit-wrapper {
margin-top: 15px; margin-top: 15px;
width:90%;
} }
#profile-jot-submit { #profile-jot-submit {
@ -1335,12 +1336,23 @@ width: 90%;
} }
#profile-jot-perms { #profile-jot-perms {
float: left; float: right;
margin-left: 100px; margin-left: 100px;
font-weight: bold; font-weight: bold;
font-size: 1.2em; font-size: 1.2em;
height: auto;
width: auto;
background-color: #dd0000;
border-radius: 5px;
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 {
/*clear: left;*/ /*clear: left;*/
@ -1784,11 +1796,32 @@ height: 100% !important;
list-style: none; list-style: none;
} }
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected { .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
box-shadow: 4px 4px 3px 0 #444444; box-shadow: 4px 4px 3px 0 #444444;
} }
#profile-jot-submit {
height: auto;
background-color: #dd0000;
color: #eeeeec;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px outset #222420 !important;
margin: 0;
float: right;
text-shadow: 1px 1px #111;
width: auto;
box-shadow: 5px 5px 5px #444;
}
#profile-jot-submit:active {
box-shadow: 0 0 0 0;
}
.settings-widget .selected { .settings-widget .selected {
border-radius: 5px; border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
@ -3006,9 +3039,10 @@ aside input[type='text'] {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
left: 4px; left: 4px;
top: 4px; /*because of the shape, if this is lined up properly it looks like it's lined up wrong...
opacity: 0.2; lining it up too high is the only way to make it look correctly aligned. The human
filter:alpha(opacity=20); brain is weird like that */
top: 2px;
} }
#lang-select-icon:hover { #lang-select-icon:hover {
@ -3275,7 +3309,7 @@ aside input[type='text'] {
.tools { background-position: 0px -32px;} .tools { background-position: 0px -32px;}
.lock { background-position: -16px -32px;} .lock { background-position: -16px -32px;}
.unlock { background-position: -32px -32px;} .unlock { background: url(../img/jotperms.png) no-repeat;}
.video { background-position: -48px -32px;} .video { background-position: -48px -32px;}
.youtube { background-position: -64px -32px;} .youtube { background-position: -64px -32px;}
.attach { background-position: -80px -32px; } .attach { background-position: -80px -32px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B