Skip to content

Commit

Permalink
moving filter css to the core.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 2, 2010
1 parent e3425a3 commit dd6647f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
57 changes: 0 additions & 57 deletions webroot/css/admin.css
Expand Up @@ -366,61 +366,4 @@ div.table .select select {
clear:both;
width:100%;
height:35px;
}




/**
* filter
*/
.filter .wrap{
display:table;
float:right;
}
.filter{
border-top: 2px solid #FF7700;
border-bottom: 2px solid #FF7700;
height: 27px;
padding-top: 5px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 21px;
font-size: 120%;
text-decoration: none;
}

.filter a:hover {
text-decoration: none;
color: #0B55C4;
}

.filter a,
.filter span a {
}

.left,
.left div{
float:left;
}


.filter .left{
float: left;
margin-left: 5px;
height: 22px;
}

.filter .left{
background: url( ../img/admin/button-left.png ) no-repeat scroll 0 0 transparent;
}

.filter .remove{
height: 22px;
padding-right: 25px;
padding-left: 10px;
}

.filter .left .remove{
background: url( ../img/admin/button-remove.png ) no-repeat scroll 100% 0 transparent;
}
58 changes: 58 additions & 0 deletions webroot/css/core.css
Expand Up @@ -96,3 +96,61 @@ img {border:none;}
line-height: 25px;
color: #60635A;
}





/**
* filter
*/
.filter{
border-top: 2px solid #FF7700;
border-bottom: 2px solid #FF7700;
height: 27px;
padding-top: 5px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 21px;
font-size: 120%;
text-decoration: none;
}
.filter .wrap{
display:table;
float:right;
}

.filter a:hover {
text-decoration: none;
color: #0B55C4;
}

.filter a,
.filter span a {
}

.left,
.left div{
float: left;
}


.filter .left{
float: left;
margin-left: 5px;
height: 22px;
}

.filter .left{
background: url( ../img/admin/button-left.png ) no-repeat scroll 0 0 transparent;
}

.filter .remove{
height: 22px;
padding-right: 25px;
padding-left: 10px;
}

.filter .left .remove{
background: url( ../img/admin/button-remove.png ) no-repeat scroll 100% 0 transparent;
}

0 comments on commit dd6647f

Please sign in to comment.