The "vier"-theme is now working again. But there is still work needed

This commit is contained in:
Michael Vogel 2012-04-02 00:08:49 +02:00
parent 5409825fe7
commit a39d8d3f02
5 changed files with 66 additions and 10 deletions

View File

@ -2523,4 +2523,4 @@ list-style-type: disc;
#photos-upload-newalbum-div { #photos-upload-newalbum-div {
float: left; float: left;
width: 175px; width: 175px;
} }

View File

@ -2517,4 +2517,4 @@ list-style-type: disc;
#photos-upload-newalbum-div { #photos-upload-newalbum-div {
float: left; float: left;
width: 175px; width: 175px;
} }

View File

@ -2516,4 +2516,4 @@ list-style-type: disc;
#photos-upload-newalbum-div { #photos-upload-newalbum-div {
float: left; float: left;
width: 175px; width: 175px;
} }

View File

@ -2448,4 +2448,4 @@ list-style-type: disc;
#photos-upload-newalbum-div { #photos-upload-newalbum-div {
float: left; float: left;
width: 175px; width: 175px;
} }

View File

@ -108,6 +108,7 @@
.tools { background-position: -50px -40px;} .tools { background-position: -50px -40px;}
.lock { background-position: -70px -40px;} .lock { background-position: -70px -40px;}
.unlock { background-position: -90px -40px;}
.video { background-position: -110px -40px;} .video { background-position: -110px -40px;}
.youtube { background-position: -130px -40px;} .youtube { background-position: -130px -40px;}
@ -139,8 +140,8 @@
.icon { .icon {
display: block; display: block;
width: 20px; width: 18px;
height: 20px; height: 18px;
background-image: url('icons.png'); background-image: url('icons.png');
} }
@ -415,17 +416,21 @@ code {
background: #EEE; background: #EEE;
} }
.tool .label { .tool .label {
float: left; /* float: left; */
} }
.tool .action { .tool .action {
float: right; float: right;
} }
.tool a { .tool a {
color: #000; /* color: #000; */
} }
.tool a:hover { .tool a:hover {
text-decoration: none; text-decoration: underline;
} }
.sidebar-group-element {
/* color: #000; */
}
/* popup notifications */ /* popup notifications */
div.jGrowl div.notice { div.jGrowl div.notice {
background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center; background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
@ -1244,7 +1249,8 @@ section {
#jot #jot-tools li.loading img { #jot #jot-tools li.loading img {
margin-top: 10px; margin-top: 10px;
} }
#jot #jot-title { /* #jot */
#jot-title {
border: 0px; border: 0px;
margin: 0px; margin: 0px;
height: 20px; height: 20px;
@ -1272,6 +1278,56 @@ section {
line-height: 20px; line-height: 20px;
padding-right: 20px; padding-right: 20px;
} }
#profile-jot-submit {
float: right;
margin-left: 15px;
}
#profile-upload-wrapper {
float: left;
margin-left: 15px;
}
#profile-attach-wrapper {
float: left;
margin-left: 15px;
}
#profile-link-wrapper {
float: left;
margin-left: 15px;
}
#profile-video-wrapper {
float: left;
margin-left: 15px;
}
#profile-audio-wrapper {
float: left;
margin-left: 15px;
}
#profile-location-wrapper {
float: left;
margin-left: 15px;
}
#profile-nolocation-wrapper {
float: left;
margin-left: 15px;
}
#jot-perms-icon {
float: right;
margin-left: 15px;
}
#jot-preview-link {
float: right;
}
#profile-jot-end {
clear: both;
}
#profile-jot-text_tbl {
width: 800px;
}
#profile-jot-wrapper {
margin-bottom: 20px;
}
/** buttons **/ /** buttons **/
/*input[type="submit"] { /*input[type="submit"] {
border: 0px; border: 0px;