"old stable"
This commit is contained in:
BIN
static/images/search.png
Normal file
BIN
static/images/search.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
@@ -204,9 +204,6 @@ div.block {
|
||||
border-top-style: solid;
|
||||
border-top-width: 1px;
|
||||
height: 20px;
|
||||
/*
|
||||
background-color: red;
|
||||
*/
|
||||
}
|
||||
|
||||
div.inner{
|
||||
@@ -241,17 +238,25 @@ div.block text.num{
|
||||
|
||||
div.inner text.edit, div.block text.edit {
|
||||
background: url(../images/edit.png);
|
||||
margin: 2px 0px 0px 20px;
|
||||
}
|
||||
|
||||
div.inner text.trash {
|
||||
background: url(../images/trash.png);
|
||||
margin: 2px 0px 0px 20px;
|
||||
}
|
||||
|
||||
div.block text.refresh {
|
||||
background: url(../images/refresh.png);
|
||||
margin: 2px 0px 0px 20px;
|
||||
}
|
||||
|
||||
div.inner text.edit:hover, div.inner text.trash:hover, div.block text.refresh:hover {
|
||||
div.block text.search {
|
||||
background: url(../images/search.png);
|
||||
margin-left: 275px;
|
||||
}
|
||||
|
||||
div.inner text.edit:hover, div.inner text.trash:hover, div.block text.refresh:hover, div.block text.search:hover{
|
||||
background-color: #FFB387;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -265,11 +270,10 @@ div.inner text.edit {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
div.inner text.trash, div.inner text.edit, div.block text.refresh {
|
||||
div.inner text.trash, div.inner text.edit, div.block text.refresh, div.block text.search {
|
||||
width: 8px;
|
||||
float:left;
|
||||
height: 16px;
|
||||
margin: 2px 0px 0px 20px;
|
||||
border-radius: 2px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -338,8 +342,9 @@ div.margin_bottom {
|
||||
}
|
||||
|
||||
div.block label.editable {
|
||||
height: 18px;
|
||||
height: 20px;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
padding: 0 4px 0 4px;
|
||||
}
|
||||
|
||||
@@ -352,7 +357,7 @@ div.block text.editable {
|
||||
background-color: #FFFFFF;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
height: 18px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
div.block select, div.block input {
|
||||
@@ -366,7 +371,7 @@ div.block select, div.block input {
|
||||
border-width: 1px;
|
||||
border-color: #555555;
|
||||
color: #555555;
|
||||
height: 18px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
div.block input {
|
||||
|
||||
Reference in New Issue
Block a user