Skip to content

Commit

Permalink
moving mass styles to core.css and adding a width to it
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 4, 2010
1 parent 3607523 commit 5ecf5cb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 26 deletions.
10 changes: 0 additions & 10 deletions webroot/css/admin.css
Expand Up @@ -113,16 +113,6 @@ a:hover {text-decoration: underline}
}



.massActions{
position:relative;
right:0;
}
.massActions input{
float: left;
padding: 5px;
}

/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
Expand Down
63 changes: 47 additions & 16 deletions webroot/css/admin/core.css
@@ -1,15 +1,35 @@
img {border:none;}
.clr {clear:both;}
.floatleft {float:left !important}
.floatright {float:right !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
img {
border:none;
}

.clr {
clear:both;
}

.floatleft {
float:left !important
}

.floatright {
float:right !important
}

.bold {
font-weight:bold !important
}

.normal {
font-weight:normal !important
}

.block {
display:block !important
}


/**
niceBox
*/
* niceBox
*/
.niceBox{
margin-bottom: 10px;
}
Expand Down Expand Up @@ -55,8 +75,8 @@ img {border:none;}
}

/**
infoBox
*/
* infoBox
*/
.infoBox {
width:98%;
}
Expand Down Expand Up @@ -99,12 +119,23 @@ img {border:none;}
}



/**
* Mass actions
*/
.massActions{
position: relative;
right: 0;
}
.massActions input{
float: left;
padding: 5px;
width: 32px;
}


/**
* filter
*/
* filter
*/
.filter{
line-height: 21px;
text-decoration: none;
Expand Down Expand Up @@ -150,8 +181,8 @@ img {border:none;}
}

/**
messages
*/
* messages
*/
#flashMessage{
background: #EBEBEB url(../img/core/icons/actions/16/warning.png) 5px 5px no-repeat;
font-size:120%;
Expand Down

0 comments on commit 5ecf5cb

Please sign in to comment.