X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fsrc%2Fless%2Fother.less;fp=sdnr%2Fwireless-transport%2Fcode-Carbon-SR1%2Fapps%2Fdlux%2Fdlux-web%2Fsrc%2Fless%2Fother.less;h=0000000000000000000000000000000000000000;hb=1c1e7f98416875f3ee78af9103865c32f95a82a0;hp=dd00239c84d2677699808ff5fd2b4dc0637cfa83;hpb=6a893bb0ae984d15076394d9225d4873ad953791;p=ccsdk%2Fapps.git diff --git a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/less/other.less b/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/less/other.less deleted file mode 100644 index dd00239c..00000000 --- a/sdnr/wireless-transport/code-Carbon-SR1/apps/dlux/dlux-web/src/less/other.less +++ /dev/null @@ -1,209 +0,0 @@ -/* other page sections */ - - -.ace-settings-container { - position:absolute; - right:0; top:50px; - z-index:12; - - .breadcrumbs-fixed & { - top:50px - (@breadcrumb-height); - } -} -.btn.ace-settings-btn { - float:left; - display:inline-block; - width:42px !important; - text-align:center; - - .border-radius(~"6px 0 0 6px") !important; - .opacity(0.55); - - vertical-align:top; - margin:0; - - &:hover , &.open { - .opacity(1); - } - -} - -.ace-settings-box { - display:none; - float:left; - width:175px; padding:0 14px; - background-color:#FFF; - - border:2px solid @ace-settings-box-border; - - &.open { - display:inline-block; - } - - > div { - margin:6px 0; - color:#444; - max-height:24px; - > label { - font-size:13px; - } - } - -} - - - - - -.btn-scroll-up { - border:none; - position:absolute; - right:2px; - bottom:2px; - z-index:11; -} -@media (min-width: @screen-tablet) { - .main-container.container > .btn-scroll-up { - right: auto; - margin-left: @container-tablet - 36; - } -} -@media (min-width: @screen-desktop) { - .main-container.container > .btn-scroll-up { - right: auto; - margin-left: @container-desktop - 36; - } -} -@media (min-width: @screen-lg-desktop) { - .main-container.container > .btn-scroll-up { - right: auto; - margin-left: @container-lg-desktop - 36; - } -} - - - - - - -.grid2, .grid3, .grid4 { - .box-sizing(border-box); - display:block; - margin:0; - float:left; - - border-left:1px solid #E3E3E3; - &:first-child { - border-left:none; - } -} - -.grid2 { - width:48%; - padding:0 2%; -} - - -.grid3 { - width:33%; - padding:0 2%; -} - -.grid4 { - width:23%; - margin:0 1%; padding:0 1%; -} - - -.draggable-placeholder { /* for when dragging items around */ - border:2px dashed #D9D9D9 !important; - background-color:#F7F7F7 !important; -} - -/* scrollbar */ -.slimScrollBar { .border-radius(0) !important; } -.slimScrollRail { .border-radius(0) !important; } - - - -/* date & time picker */ -.datepicker , .daterangepicker { - td , th { .border-radius(0) !important; font-size: 13px; } - - td.active { - & , &:hover { background:@datepicker-active-bg !important; } - - &.disabled { - & , &:hover { background:@datepicker-disabled-bg !important; } - } - } -} -.datepicker { - td , th { min-width: 32px; } -} - -.datepicker-months .month , .datepicker-years .year { - border-radius:0 !important; -} -.datepicker-months .month.active , .datepicker-years .year.active { - & , &:hover , &:focus, &:active { - background-image:none !important; - background-color:@datepicker-active-bg !important; - } -} -.bootstrap-timepicker-widget table td input { - width:32px; -} - - - -.bootstrap-timepicker-widget table td a:hover { - .border-radius(0); -} - -.well .datepicker table tr td.day:hover { - background-color:@datepicker-active-bg2; - color:#FFF; -} - - - - - -/* a few small third party css files put here to reduce http file requests */ -/* jquery.easy-pie-chart.css */ -.easyPieChart { - position: relative; - text-align: center; - - canvas { - position: absolute; - top: 0; - left: 0; - } -} - -.knob-container { - direction:ltr; - text-align:left; -} - - - - - -/* ie8/9 specific */ -.navbar .navbar-inner , .navbar .btn-navbar { - filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; -} -.dropdown-menu li > a, -.dropdown-submenu > a { - filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; -} -.btn { - filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; -} -.progress , .progress .bar { - filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; -} -