icons and modal css updates

This commit is contained in:
perploug
2013-09-04 21:07:10 +02:00
parent c27f6e3458
commit 9414639ee1
2 changed files with 25 additions and 8 deletions

View File

@@ -8,6 +8,22 @@
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
font-family: icomoon;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
speak: none;
}
/*
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon';
speak: none;
@@ -17,16 +33,16 @@
text-decoration: inherit;
font-size: 14px;
-webkit-font-smoothing: antialiased;
}
}*/
i.large:before{
i.large{
font-size: 32px;
}
i.medium:before{
i.medium{
font-size: 24px;
}
i.small:before{
i.small{
font-size: 14px;
}

View File

@@ -128,13 +128,13 @@
height: 12px
}
.umb-modal .thumbnail {
padding: 0;
border:none;
}
/*.umb-modal .thumbnails > li:nth-child(2) {
margin: 0 0 20px 0
}*/
@@ -161,10 +161,11 @@
font-size: 12px
}
.umb-modal .thumbnails > li.folder .icon-folder-close {
.umb-modal .thumbnails > li.folder .icon-folder{
color: @grayLight;
display: block;
font-size: 96px;
font-size: 90px;
height: 75px;
width:100px;
}