From 9414639ee132ab854342760cc074afb4138212e6 Mon Sep 17 00:00:00 2001 From: perploug Date: Wed, 4 Sep 2013 21:07:10 +0200 Subject: [PATCH] icons and modal css updates --- .../src/less/helveticons.less | 24 +++++++++++++++---- .../src/less/modals.less | 9 +++---- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/helveticons.less b/src/Umbraco.Web.UI.Client/src/less/helveticons.less index 156eaba482..7616d357e9 100644 --- a/src/Umbraco.Web.UI.Client/src/less/helveticons.less +++ b/src/Umbraco.Web.UI.Client/src/less/helveticons.less @@ -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; } diff --git a/src/Umbraco.Web.UI.Client/src/less/modals.less b/src/Umbraco.Web.UI.Client/src/less/modals.less index 8ee9ab1ca9..8786f4f6e7 100644 --- a/src/Umbraco.Web.UI.Client/src/less/modals.less +++ b/src/Umbraco.Web.UI.Client/src/less/modals.less @@ -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; }