From 3f81b24501a54d0b132d644bb83125ef1666e604 Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Sun, 12 Jul 2015 15:42:26 +0200 Subject: [PATCH] Format less files --- build/less/404_500_errors.less | 2 +- build/less/alerts.less | 4 ++-- build/less/boxes.less | 4 ++-- build/less/buttons.less | 8 +++---- build/less/callout.less | 2 +- build/less/carousel.less | 2 +- build/less/control-sidebar.less | 28 ++++++++++++------------- build/less/core.less | 16 +++++++------- build/less/direct-chat.less | 2 +- build/less/dropdown.less | 6 +++--- build/less/forms.less | 2 +- build/less/fullcalendar.less | 2 +- build/less/header.less | 12 +++++------ build/less/info-box.less | 2 +- build/less/invoice.less | 2 +- build/less/labels.less | 2 +- build/less/lockscreen.less | 8 +++---- build/less/login_and_register.less | 8 +++---- build/less/mailbox.less | 2 +- build/less/miscellaneous.less | 2 +- build/less/mixins.less | 22 +++++++++---------- build/less/modal.less | 10 ++++----- build/less/navs.less | 2 +- build/less/print.less | 4 ++-- build/less/products.less | 6 +++--- build/less/progress-bars.less | 6 +++--- build/less/select2.less | 2 +- build/less/sidebar-mini.less | 4 ++-- build/less/sidebar.less | 6 +++--- build/less/skins/_all-skins.less | 2 +- build/less/skins/skin-black-light.less | 6 +++--- build/less/skins/skin-black.less | 4 ++-- build/less/skins/skin-blue-light.less | 2 +- build/less/skins/skin-blue.less | 4 ++-- build/less/skins/skin-green-light.less | 2 +- build/less/skins/skin-green.less | 8 +++---- build/less/skins/skin-purple-light.less | 2 +- build/less/skins/skin-purple.less | 6 +++--- build/less/skins/skin-red-light.less | 6 +++--- build/less/skins/skin-red.less | 6 +++--- build/less/skins/skin-yellow-light.less | 6 +++--- build/less/skins/skin-yellow.less | 6 +++--- build/less/small-box.less | 2 +- build/less/table.less | 4 ++-- build/less/timeline.less | 4 ++-- build/less/users-list.less | 10 ++++----- build/less/variables.less | 4 ++-- 47 files changed, 131 insertions(+), 131 deletions(-) diff --git a/build/less/404_500_errors.less b/build/less/404_500_errors.less index 15ed6d450..13adae8e1 100644 --- a/build/less/404_500_errors.less +++ b/build/less/404_500_errors.less @@ -33,4 +33,4 @@ } display: block; } -} \ No newline at end of file +} diff --git a/build/less/alerts.less b/build/less/alerts.less index d76b4e1f4..88eceeb43 100644 --- a/build/less/alerts.less +++ b/build/less/alerts.less @@ -8,8 +8,8 @@ h4 { font-weight: 600; } - .icon { - margin-right: 10px; + .icon { + margin-right: 10px; } .close { color: #000; diff --git a/build/less/boxes.less b/build/less/boxes.less index a8a929719..ac1e6fbee 100644 --- a/build/less/boxes.less +++ b/build/less/boxes.less @@ -441,10 +441,10 @@ max-width: 200px; } -//A fix for panels body text color when placed within +//A fix for panels body text color when placed within // a modal .modal { .panel-body { color: #444; } -} \ No newline at end of file +} diff --git a/build/less/buttons.less b/build/less/buttons.less index ee161c62e..e42a7a3bf 100644 --- a/build/less/buttons.less +++ b/build/less/buttons.less @@ -44,13 +44,13 @@ min-height: 100%; font-size: 100px; text-align: right; - .opacity(0); + .opacity(0); outline: none; background: white; cursor: inherit; display: block; } - } + } } //Button color variations @@ -122,7 +122,7 @@ padding: 15px 5px; margin: 0 0 10px 10px; min-width: 80px; - height: 60px; + height: 60px; text-align: center; color: #666; border: 1px solid #ddd; @@ -154,4 +154,4 @@ font-size: 10px; font-weight: 400; } -} \ No newline at end of file +} diff --git a/build/less/callout.less b/build/less/callout.less index 633189068..9f6aaa1a2 100644 --- a/build/less/callout.less +++ b/build/less/callout.less @@ -45,4 +45,4 @@ &:extend(.bg-green); border-color: darken(@green, 10%); } -} \ No newline at end of file +} diff --git a/build/less/carousel.less b/build/less/carousel.less index 0af39a399..a342f3cf6 100644 --- a/build/less/carousel.less +++ b/build/less/carousel.less @@ -12,4 +12,4 @@ display: inline-block; margin-top: -20px; } -} \ No newline at end of file +} diff --git a/build/less/control-sidebar.less b/build/less/control-sidebar.less index 1ce678cb9..602047c6a 100644 --- a/build/less/control-sidebar.less +++ b/build/less/control-sidebar.less @@ -6,20 +6,20 @@ .control-sidebar-bg { position: fixed; z-index: 1000; - bottom: 0; + bottom: 0; } //Transitions .control-sidebar-bg, .control-sidebar { top: 0; right: -@control-sidebar-width; - width: @control-sidebar-width; + width: @control-sidebar-width; .transition(right @transition-speed ease-in-out); } //The sidebar -.control-sidebar { - position: absolute; - padding-top: @navbar-height; +.control-sidebar { + position: absolute; + padding-top: @navbar-height; z-index: 1010; //Fix position after header collapse @media (max-width: @screen-sm) { @@ -33,12 +33,12 @@ &.control-sidebar-open { &, + .control-sidebar-bg { - right: 0; + right: 0; } } } //Open without slide over content -.control-sidebar-open { +.control-sidebar-open { .control-sidebar-bg, .control-sidebar { right: 0; @@ -59,7 +59,7 @@ &, &:hover { border-left-width: 0!important; - } + } } > a { .border-radius(0)!important; @@ -98,7 +98,7 @@ } } //Headings in the sidebar content -.control-sidebar-heading { +.control-sidebar-heading { font-weight: 400; font-size: 16px; padding: 10px 0; @@ -118,7 +118,7 @@ > li > a { .clearfix(); display: block; - padding: 10px 15px; + padding: 10px 15px; > .control-sidebar-subheading { margin-top: 0; } @@ -138,7 +138,7 @@ margin: 0; } > p { - margin: 0; + margin: 0; font-size: 11px; } } @@ -148,7 +148,7 @@ } //Dark skin .control-sidebar-dark { - color: @sidebar-dark-color; + color: @sidebar-dark-color; // Background &, + .control-sidebar-bg { @@ -210,7 +210,7 @@ } //Light skin .control-sidebar-light { - color: lighten(@sidebar-light-color, 10%); + color: lighten(@sidebar-light-color, 10%); // Background &, + .control-sidebar-bg { @@ -271,4 +271,4 @@ } } } -} \ No newline at end of file +} diff --git a/build/less/core.less b/build/less/core.less index 95dfa283e..08782cac9 100644 --- a/build/less/core.less +++ b/build/less/core.less @@ -10,7 +10,7 @@ body { } } -body { +body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; @@ -42,20 +42,20 @@ body { * Content Wrapper - contains the main content * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper ``` */ -.content-wrapper, +.content-wrapper, .right-side, -.main-footer { +.main-footer { //Using disposable variable to join statements with a comma @transition-rule: @transition-speed @transition-fn, margin @transition-speed @transition-fn; .transition-transform(@transition-rule); margin-left: @sidebar-width; - z-index: 820; + z-index: 820; //Top nav layout .layout-top-nav & { margin-left: 0; } - @media (max-width: @screen-xs-max) { + @media (max-width: @screen-xs-max) { margin-left: 0; } //When opening the sidebar on large screens @@ -72,11 +72,11 @@ body { } } -.content-wrapper, +.content-wrapper, .right-side { min-height: 100%; background-color: @body-bg; - z-index: 800; + z-index: 800; } .main-footer { background: #fff; @@ -155,4 +155,4 @@ a:focus { display: block; margin-top: 5px; } -} \ No newline at end of file +} diff --git a/build/less/direct-chat.less b/build/less/direct-chat.less index 5db9bb7e8..bbcf37cf5 100644 --- a/build/less/direct-chat.less +++ b/build/less/direct-chat.less @@ -169,4 +169,4 @@ } .direct-chat-success { .direct-chat-variant(@green); -} \ No newline at end of file +} diff --git a/build/less/dropdown.less b/build/less/dropdown.less index 995c0afc8..7f15034d2 100644 --- a/build/less/dropdown.less +++ b/build/less/dropdown.less @@ -99,7 +99,7 @@ .navbar-nav > .notifications-menu { > .dropdown-menu > li .menu { // Links inside the menu - > li > a { + > li > a { color: #444444; overflow: hidden; text-overflow: ellipsis; @@ -183,11 +183,11 @@ //User menu .navbar-nav > .user-menu { > .dropdown-menu { - .border-top-radius(0); + .border-top-radius(0); padding: 1px 0 0 0; border-top-width: 0; width: 280px; - + &, > .user-body { .border-bottom-radius(4px); diff --git a/build/less/forms.less b/build/less/forms.less index f0ab5c43a..620c2839c 100644 --- a/build/less/forms.less +++ b/build/less/forms.less @@ -3,7 +3,7 @@ * --------------- */ .form-control { - .border-radius(@input-radius)!important; + .border-radius(@input-radius)!important; box-shadow: none; border-color: @gray; &:focus { diff --git a/build/less/fullcalendar.less b/build/less/fullcalendar.less index 5acbb51ca..73a1ddc25 100644 --- a/build/less/fullcalendar.less +++ b/build/less/fullcalendar.less @@ -85,4 +85,4 @@ &:hover { box-shadow: inset 0 0 90px rgba(0,0,0,0.2); } -} \ No newline at end of file +} diff --git a/build/less/header.less b/build/less/header.less index 0d995fc15..680cc3abb 100644 --- a/build/less/header.less +++ b/build/less/header.less @@ -18,7 +18,7 @@ .layout-top-nav & { margin-left: 0!important; } - } + } //Navbar search text input #navbar-search-input { background: rgba(255,255,255,.2); @@ -126,7 +126,7 @@ } .logo-mini { display: none; - } + } } //Navbar Brand. Alternative logo with layout-top-nav .navbar-brand { @@ -232,18 +232,18 @@ } .main-sidebar, .left-side { - padding-top: 100px!important; + padding-top: 100px!important; } } .navbar-collapse.pull-left { @media(max-width: @screen-sm-max) { float: none!important; - + .navbar-custom-menu { + + .navbar-custom-menu { display: block; position: absolute; top: 0; right: 40px; } - } -} \ No newline at end of file + } +} diff --git a/build/less/info-box.less b/build/less/info-box.less index deadfc63a..0abfd3d98 100644 --- a/build/less/info-box.less +++ b/build/less/info-box.less @@ -66,4 +66,4 @@ .progress-description { margin: 0; -} \ No newline at end of file +} diff --git a/build/less/invoice.less b/build/less/invoice.less index c2bb15712..3d2fcf8dd 100644 --- a/build/less/invoice.less +++ b/build/less/invoice.less @@ -13,4 +13,4 @@ .invoice-title { margin-top: 0; -} \ No newline at end of file +} diff --git a/build/less/labels.less b/build/less/labels.less index 658912a9f..b21bc9b1f 100644 --- a/build/less/labels.less +++ b/build/less/labels.less @@ -20,4 +20,4 @@ } .label-success { &:extend(.bg-green); -} \ No newline at end of file +} diff --git a/build/less/lockscreen.less b/build/less/lockscreen.less index db107f696..05d5a7b56 100644 --- a/build/less/lockscreen.less +++ b/build/less/lockscreen.less @@ -23,7 +23,7 @@ /* User name [optional] */ .lockscreen .lockscreen-name { text-align: center; - font-weight: 600; + font-weight: 600; } /* Will contain the image and the sign in form */ .lockscreen-item { @@ -41,12 +41,12 @@ left: -10px; top: -25px; background: #fff; - padding: 5px; + padding: 5px; z-index: 10; > img { .border-radius(50%); width: 70px; - height: 70px; + height: 70px; } } @@ -65,4 +65,4 @@ .lockscreen-footer { margin-top: 10px; -} \ No newline at end of file +} diff --git a/build/less/login_and_register.less b/build/less/login_and_register.less index 3e7775be0..c309f904a 100644 --- a/build/less/login_and_register.less +++ b/build/less/login_and_register.less @@ -30,7 +30,7 @@ } .login-box-body, -.register-box-body { +.register-box-body { background: #fff; padding: 20px; color: #444; @@ -43,9 +43,9 @@ .login-box-msg, .register-box-msg { margin: 0; - text-align: center; - padding: 0 20px 20px 20px; + text-align: center; + padding: 0 20px 20px 20px; } .social-auth-links { margin: 10px 0; -} \ No newline at end of file +} diff --git a/build/less/mailbox.less b/build/less/mailbox.less index 74387b792..7575301ee 100644 --- a/build/less/mailbox.less +++ b/build/less/mailbox.less @@ -74,4 +74,4 @@ } .mailbox-attachment-close { &:extend(.close); -} \ No newline at end of file +} diff --git a/build/less/miscellaneous.less b/build/less/miscellaneous.less index 0d213f556..164562d5e 100644 --- a/build/less/miscellaneous.less +++ b/build/less/miscellaneous.less @@ -351,4 +351,4 @@ canvas { width: 100%!important; } -} \ No newline at end of file +} diff --git a/build/less/mixins.less b/build/less/mixins.less index e0d31e501..7fb9ad828 100644 --- a/build/less/mixins.less +++ b/build/less/mixins.less @@ -125,7 +125,7 @@ } //links > a { - border-left: 3px solid transparent; + border-left: 3px solid transparent; } //Hover and active states &:hover > a, &.active > a { @@ -216,27 +216,27 @@ } //links > a { - border-left: 3px solid transparent; - font-weight: 600; + border-left: 3px solid transparent; + font-weight: 600; } //Hover and active states &:hover > a, &.active > a { color: @sidebar-light-hover-color; - background: @sidebar-light-hover-bg; + background: @sidebar-light-hover-bg; } &:hover > a { } - &.active { + &.active { border-left-color: @icon-active-color; > a { - font-weight: 600; + font-weight: 600; } } //First Level Submenu - > .treeview-menu { - background: @sidebar-light-submenu-bg; + > .treeview-menu { + background: @sidebar-light-submenu-bg; } } //All links within the sidebar menu @@ -291,11 +291,11 @@ .border-radius(0, 2px, 0, 2px) !important; } } - @media(min-width: @screen-sm-min) { + @media(min-width: @screen-sm-min) { &.sidebar-mini.sidebar-collapse { .sidebar-menu > li > .treeview-menu { border-left: 1px solid @gray; - } + } } } -} \ No newline at end of file +} diff --git a/build/less/modal.less b/build/less/modal.less index 5a6d9de3a..39e2c7836 100644 --- a/build/less/modal.less +++ b/build/less/modal.less @@ -23,7 +23,7 @@ //Modal variants .modal-primary { .modal-body { - &:extend(.bg-light-blue); + &:extend(.bg-light-blue); } .modal-header, .modal-footer { @@ -33,7 +33,7 @@ } .modal-warning { .modal-body { - &:extend(.bg-yellow); + &:extend(.bg-yellow); } .modal-header, .modal-footer { @@ -43,7 +43,7 @@ } .modal-info { .modal-body { - &:extend(.bg-aqua); + &:extend(.bg-aqua); } .modal-header, .modal-footer { @@ -63,11 +63,11 @@ } .modal-danger { .modal-body { - &:extend(.bg-red); + &:extend(.bg-red); } .modal-header, .modal-footer { &:extend(.bg-red-active); border-color: darken(@red, 10%); } -} \ No newline at end of file +} diff --git a/build/less/navs.less b/build/less/navs.less index 73249ebf4..caca8d491 100644 --- a/build/less/navs.less +++ b/build/less/navs.less @@ -171,4 +171,4 @@ .border-radius(0)!important; } -} \ No newline at end of file +} diff --git a/build/less/print.less b/build/less/print.less index d2eb59377..9cd462387 100644 --- a/build/less/print.less +++ b/build/less/print.less @@ -20,7 +20,7 @@ .main-footer { margin-left: 0!important; min-height: 0!important; - .translate(0,0)!important; + .translate(0,0)!important; } .fixed .content-wrapper, .fixed .right-side { @@ -45,4 +45,4 @@ white-space: normal!important; } } -} \ No newline at end of file +} diff --git a/build/less/products.less b/build/less/products.less index 43aa505a5..f2f79e4c2 100644 --- a/build/less/products.less +++ b/build/less/products.less @@ -11,7 +11,7 @@ .box-shadow(@box-boxshadow); .clearfix(); padding: 10px 0; - background: #fff; + background: #fff; } .product-img { float: left; @@ -21,7 +21,7 @@ } } .product-info { - margin-left: 60px; + margin-left: 60px; } .product-title { font-weight: 600; @@ -41,4 +41,4 @@ &:last-of-type { border-bottom-width: 0; } -} \ No newline at end of file +} diff --git a/build/less/progress-bars.less b/build/less/progress-bars.less index bf9d48ffa..db3c693fe 100644 --- a/build/less/progress-bars.less +++ b/build/less/progress-bars.less @@ -4,7 +4,7 @@ */ //General CSS -.progress, +.progress, .progress > .progress-bar { .box-shadow(none); &, .progress-bar { @@ -42,7 +42,7 @@ display: inline-block; margin-right: 10px; > .progress-bar { - width: 100%!important; + width: 100%!important; position: absolute; bottom: 0; } @@ -104,4 +104,4 @@ .progress-bar-red, .progress-bar-danger { .progress-bar-variant(@red); -} \ No newline at end of file +} diff --git a/build/less/select2.less b/build/less/select2.less index 8068220ca..ed15e760d 100644 --- a/build/less/select2.less +++ b/build/less/select2.less @@ -97,4 +97,4 @@ &:hover { color: #fff; } -} \ No newline at end of file +} diff --git a/build/less/sidebar-mini.less b/build/less/sidebar-mini.less index 32e8dd845..6b7d0cf72 100644 --- a/build/less/sidebar-mini.less +++ b/build/less/sidebar-mini.less @@ -29,7 +29,7 @@ > li { position: relative; > a { - margin-right: 0; + margin-right: 0; } > a > span { border-top-right-radius: 4px; @@ -135,4 +135,4 @@ right: 10px; margin-top: -7px; } -} \ No newline at end of file +} diff --git a/build/less/sidebar.less b/build/less/sidebar.less index 788333980..4e3acba6e 100644 --- a/build/less/sidebar.less +++ b/build/less/sidebar.less @@ -55,11 +55,11 @@ max-width: 45px; height: auto; } - > .info { + > .info { padding: 5px 5px 5px 15px; line-height: 1; position: absolute; - left: 55px; + left: 55px; > p { font-weight: 600; margin-bottom: 9px; @@ -151,4 +151,4 @@ } } } -} \ No newline at end of file +} diff --git a/build/less/skins/_all-skins.less b/build/less/skins/_all-skins.less index 7ed45c7de..ec07547ff 100644 --- a/build/less/skins/_all-skins.less +++ b/build/less/skins/_all-skins.less @@ -10,4 +10,4 @@ @import "skin-yellow.less"; @import "skin-yellow-light.less"; @import "skin-purple.less"; -@import "skin-purple-light.less"; \ No newline at end of file +@import "skin-purple-light.less"; diff --git a/build/less/skins/skin-black-light.less b/build/less/skins/skin-black-light.less index c357103b3..b3fe67f2d 100644 --- a/build/less/skins/skin-black-light.less +++ b/build/less/skins/skin-black-light.less @@ -9,7 +9,7 @@ /* skin-black navbar */ .skin-black-light { - //Navbar & Logo + //Navbar & Logo .main-header { .box-shadow(0px 1px 1px rgba(0, 0, 0, 0.05)); .navbar-toggle { @@ -60,5 +60,5 @@ box-shadow: none; } //Create the sidebar skin - .skin-light-sidebar(#fff); -} \ No newline at end of file + .skin-light-sidebar(#fff); +} diff --git a/build/less/skins/skin-black.less b/build/less/skins/skin-black.less index a39feb1b2..6b0f789d9 100644 --- a/build/less/skins/skin-black.less +++ b/build/less/skins/skin-black.less @@ -9,7 +9,7 @@ /* skin-black navbar */ .skin-black { - //Navbar & Logo + //Navbar & Logo .main-header { .box-shadow(0px 1px 1px rgba(0, 0, 0, 0.05)); .navbar-toggle { @@ -61,4 +61,4 @@ } //Create the sidebar skin .skin-dark-sidebar(#fff); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-blue-light.less b/build/less/skins/skin-blue-light.less index 25ff8ffe3..cd7341cd2 100644 --- a/build/less/skins/skin-blue-light.less +++ b/build/less/skins/skin-blue-light.less @@ -58,4 +58,4 @@ .skin-blue.layout-top-nav .main-header > .logo { .logo-variant(@light-blue); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-blue.less b/build/less/skins/skin-blue.less index 562b456ac..63fb32ff4 100644 --- a/build/less/skins/skin-blue.less +++ b/build/less/skins/skin-blue.less @@ -36,7 +36,7 @@ } //Logo .logo { - .logo-variant(darken(@light-blue, 5%)); + .logo-variant(darken(@light-blue, 5%)); } li.user-header { @@ -55,4 +55,4 @@ .skin-blue.layout-top-nav .main-header > .logo { .logo-variant(@light-blue); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-green-light.less b/build/less/skins/skin-green-light.less index 1d1a69557..5c1261d7e 100644 --- a/build/less/skins/skin-green-light.less +++ b/build/less/skins/skin-green-light.less @@ -53,4 +53,4 @@ //Create the sidebar skin .skin-light-sidebar(@green); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-green.less b/build/less/skins/skin-green.less index 0c9eb473a..a9b7898bb 100644 --- a/build/less/skins/skin-green.less +++ b/build/less/skins/skin-green.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(darken(@green, 5%)); + .logo-variant(darken(@green, 5%)); } - + li.user-header { background-color: @green; } @@ -49,8 +49,8 @@ .content-header { background: transparent; } - + //Create the sidebar skin .skin-dark-sidebar(@green); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-purple-light.less b/build/less/skins/skin-purple-light.less index bd93bd703..885fb05bb 100644 --- a/build/less/skins/skin-purple-light.less +++ b/build/less/skins/skin-purple-light.less @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-light-sidebar(@purple); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-purple.less b/build/less/skins/skin-purple.less index 9ce9f111e..f2ffaff16 100644 --- a/build/less/skins/skin-purple.less +++ b/build/less/skins/skin-purple.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(darken(@purple, 5%)); + .logo-variant(darken(@purple, 5%)); } - + li.user-header { background-color: @purple; } @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-dark-sidebar(@purple); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-red-light.less b/build/less/skins/skin-red-light.less index f616e1c61..b13f51617 100644 --- a/build/less/skins/skin-red-light.less +++ b/build/less/skins/skin-red-light.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(@red); + .logo-variant(@red); } - + li.user-header { background-color: @red; } @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-light-sidebar(@red); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-red.less b/build/less/skins/skin-red.less index 5f0f1b26d..573ad0e83 100644 --- a/build/less/skins/skin-red.less +++ b/build/less/skins/skin-red.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(darken(@red, 5%)); + .logo-variant(darken(@red, 5%)); } - + li.user-header { background-color: @red; } @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-dark-sidebar(@red); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-yellow-light.less b/build/less/skins/skin-yellow-light.less index c7461992f..ef745ebe2 100644 --- a/build/less/skins/skin-yellow-light.less +++ b/build/less/skins/skin-yellow-light.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(@yellow); + .logo-variant(@yellow); } - + li.user-header { background-color: @yellow; } @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-light-sidebar(@yellow); -} \ No newline at end of file +} diff --git a/build/less/skins/skin-yellow.less b/build/less/skins/skin-yellow.less index eab9506e9..1ba74994d 100644 --- a/build/less/skins/skin-yellow.less +++ b/build/less/skins/skin-yellow.less @@ -37,9 +37,9 @@ } //Logo .logo { - .logo-variant(darken(@yellow, 5%)); + .logo-variant(darken(@yellow, 5%)); } - + li.user-header { background-color: @yellow; } @@ -52,4 +52,4 @@ //Create the sidebar skin .skin-dark-sidebar(@yellow); -} \ No newline at end of file +} diff --git a/build/less/small-box.less b/build/less/small-box.less index f65dbaa37..1ef81b414 100644 --- a/build/less/small-box.less +++ b/build/less/small-box.less @@ -86,4 +86,4 @@ font-size: 12px; } } -} \ No newline at end of file +} diff --git a/build/less/table.less b/build/less/table.less index 5b61ecd45..4aa06a4c6 100644 --- a/build/less/table.less +++ b/build/less/table.less @@ -22,7 +22,7 @@ //progress bars in tables tr td .progress { margin-top: 5px; - } + } } //Bordered Table @@ -68,4 +68,4 @@ table.text-center { td { text-align: right; } -} \ No newline at end of file +} diff --git a/build/less/timeline.less b/build/less/timeline.less index 4871f234c..30fe809fc 100644 --- a/build/less/timeline.less +++ b/build/less/timeline.less @@ -73,7 +73,7 @@ padding: 5px; display: inline-block; background-color: #fff; - + .border-radius(4px); } } @@ -95,4 +95,4 @@ top: 0; } } -} \ No newline at end of file +} diff --git a/build/less/users-list.less b/build/less/users-list.less index 0d27d765a..898bbd158 100644 --- a/build/less/users-list.less +++ b/build/less/users-list.less @@ -13,27 +13,27 @@ .border-radius(50%); max-width: 100%; height: auto; - } + } > a:hover { &, .users-list-name { - color: #999; + color: #999; } } } } .users-list-name, .users-list-date { - display: block; + display: block; } .users-list-name { font-weight: 600; color: #444; overflow: hidden; white-space: nowrap; - text-overflow: ellipsis; + text-overflow: ellipsis; } .users-list-date { color: #999; font-size: 12px; -} \ No newline at end of file +} diff --git a/build/less/variables.less b/build/less/variables.less index 825a47e5a..e85d329f4 100644 --- a/build/less/variables.less +++ b/build/less/variables.less @@ -102,7 +102,7 @@ //DIRECT CHAT //-------------------------------------------------------- -@direct-chat-height: 250px; +@direct-chat-height: 250px; @direct-chat-default-msg-bg: @gray; @direct-chat-default-font-color: #444; @direct-chat-default-msg-border-color: @gray; @@ -117,4 +117,4 @@ //Transition global options @transition-speed: .3s; -@transition-fn: ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15); \ No newline at end of file +@transition-fn: ease-in-out;//cubic-bezier(0.32,1.25,0.375,1.15);