move tag category css to it's own file
This commit is contained in:
parent
8c2d8df81d
commit
b1ec0c434e
2 changed files with 34 additions and 33 deletions
33
ext/tag_categories/style.css
Normal file
33
ext/tag_categories/style.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
.tagcategoryblock {
|
||||
margin:0.6rem 1rem 0.6rem 0;
|
||||
padding:0.5rem 0.6rem 0.7rem;
|
||||
width:18rem;
|
||||
border:1px solid #AAAAAA;
|
||||
border-radius:0.25rem;
|
||||
display:inline-block;
|
||||
}
|
||||
.tagcategoryblock table {
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
}
|
||||
.tagcategoryblock input, .tagcategoryblock span {
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
.tagcategoryblock td:first-child {
|
||||
padding:0.3rem 0.7rem 0.4rem 0;
|
||||
text-align:right;
|
||||
width:40%;
|
||||
}
|
||||
.tagcategoryblock td:last-child {
|
||||
width:60%;
|
||||
}
|
||||
.tagcategoryblock td:last-child span {
|
||||
padding:0.24rem 0.7rem 0.5rem 0;
|
||||
display:block;
|
||||
}
|
||||
.tagcategoryblock button {
|
||||
width:100%;
|
||||
margin-top:0.4rem;
|
||||
padding:0.2rem 0.6rem;
|
||||
}
|
|
@ -156,36 +156,4 @@ ARTICLE TABLE {
|
|||
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* webkit haven't committed yet */
|
||||
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* mozilla haven't committed yet */
|
||||
}
|
||||
.tagcategoryblock {
|
||||
margin:0.6rem 1rem 0.6rem 0;
|
||||
padding:0.5rem 0.6rem 0.7rem;
|
||||
width:18rem;
|
||||
border:1px solid #AAAAAA;
|
||||
border-radius:0.25rem;
|
||||
display:inline-block;
|
||||
}
|
||||
.tagcategoryblock table {
|
||||
width:100%;
|
||||
border-spacing:0;
|
||||
}
|
||||
.tagcategoryblock input, .tagcategoryblock span {
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
.tagcategoryblock td:first-child {
|
||||
padding:0.3rem 0.7rem 0.4rem 0;
|
||||
text-align:right;
|
||||
width:40%;
|
||||
}
|
||||
.tagcategoryblock td:last-child {
|
||||
width:60%;
|
||||
}
|
||||
.tagcategoryblock td:last-child span {
|
||||
padding:0.24rem 0.7rem 0.5rem 0;
|
||||
display:block;
|
||||
}
|
||||
.tagcategoryblock button {
|
||||
width:100%;
|
||||
margin-top:0.4rem;
|
||||
padding:0.2rem 0.6rem;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue