Skip to content

Commit

Permalink
Move .loading style from core admin-global into core common
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Apr 20, 2015
1 parent f214f46 commit 3eda4cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
14 changes: 2 additions & 12 deletions framework/core/assets/less/admin-global.less
Expand Up @@ -7,7 +7,8 @@
padding : 8px;
}

.info-header h1 {
.info-header h1,
.info-header h2 {
margin : 0;
}

Expand Down Expand Up @@ -187,17 +188,6 @@ a.ajax {
margin-left : 1em;
}

/**************** loading div style ***********************/

.loadingdiv {
text-align : center;
padding : 20px 0 60px 0;
color : #333;
font-weight : bold;
font-style : italic;
background : url(../images/loading1.gif) no-repeat 50% 50%;
}

/**************** tabview admin ***********************/

.exp-skin-tabview .yui-navset-top .yui-nav li,
Expand Down
11 changes: 11 additions & 0 deletions framework/core/assets/less/common.less
Expand Up @@ -25,6 +25,17 @@ a img {
display:none!important;
}

/**************** loading div style ***********************/

.loadingdiv {
text-align : center;
padding : 20px 0 60px 0;
color : #333;
font-weight : bold;
font-style : italic;
background : url(../images/loading1.gif) no-repeat 50% 50%;
}

/**************** common visitor-facing styles ***********************/

a.ajax,
Expand Down

0 comments on commit 3eda4cd

Please sign in to comment.