refactoring styles

This commit is contained in:
Shish 2012-03-12 03:06:14 +00:00
parent 15dba9a5e3
commit 5d6cf955af
5 changed files with 5 additions and 28 deletions

3
ext/tag_list/style.css Normal file
View file

@ -0,0 +1,3 @@
#tagmap A {
padding: 8px 4px 8px 4px;
}

View file

@ -202,9 +202,6 @@ width:220px;
#pagelist {
margin-top:32px;
}
#tagmap a {
padding:8px 4px;
}
#large_upload_form {
width:600px;
}

View file

@ -161,25 +161,10 @@ ARTICLE TABLE {
margin-top: 32px;
}
#tagmap A {
padding: 8px 4px 8px 4px;
}
NAV .thumbblock {
float: none;
height: auto;
}
NAV .thumb {
margin-bottom: 0px;
}
.thumbblock {
width: 220px;
height: 220px;
display: inline-block;
zoom: 1; /* ie6 */
*display: inline; /* ie6 */
text-align: center;
float: left;
}
.thumb {
display: inline-block;
margin-bottom: 32px;
}

View file

@ -292,10 +292,6 @@ ARTICLE TABLE {
margin-top: 32px;
}
#tagmap A {
padding: 8px 4px 8px 4px;
}
/*.rr {text-align: left; background: #E3EFFA; margin: 8px;}
.rrtop {background: url("circle-tl.png") no-repeat top left;}
.rrtop div {background: url("circle-tr.png") no-repeat top right;}

View file

@ -172,10 +172,6 @@ ARTICLE TABLE {
margin-top: 32px;
}
#tagmap A {
padding: 8px 4px 8px 4px;
}
.rr {text-align: left; background: #FCD9A9; margin: 8px; border: 1px solid #B89F7C;}
.rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;}
.rrcontent {margin: 0px 8px; text-align: center;}