Merge pull request #186 from cmgustavo/feature/01-spinners-buttons

Feature/01 spinners buttons
This commit is contained in:
Mario Colque 2014-04-25 10:24:10 -03:00
commit 660285f924
9 changed files with 54 additions and 20 deletions

View file

@ -248,6 +248,10 @@ button.secondary { background-color: #FAE448 !important; }
button.primary:hover { background-color: #333;}
button.secondary:hover { background-color: #FFDF00 !important;}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.dn {display: none;}
.text-gray { color: #999 !important;}
.pr {position: relative;}
.m0 {margin: 0;}