X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fstatic%2FAdminLTE-2.3.7%2Fbuild%2Fless%2Fsocial-widgets.less;fp=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fstatic%2FAdminLTE-2.3.7%2Fbuild%2Fless%2Fsocial-widgets.less;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=e2861a39e7dd0b607eebbc78fd5fd0b700f3499c;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less b/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less deleted file mode 100644 index e2861a3..0000000 --- a/src/ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Component: Social Widgets - * ------------------------- - */ -//General widget style -.box-widget { - border: none; - position: relative; -} - -//User Widget Style 1 -.widget-user { - //User name container - .widget-user-header { - padding: 20px; - height: 120px; - .border-top-radius(@box-border-radius); - } - //User name - .widget-user-username { - margin-top: 0; - margin-bottom: 5px; - font-size: 25px; - font-weight: 300; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); - } - //User single line description - .widget-user-desc { - margin-top: 0; - } - //User image container - .widget-user-image { - position: absolute; - top: 65px; - left: 50%; - margin-left: -45px; - > img { - width: 90px; - height: auto; - border: 3px solid #fff; - } - } - .box-footer { - padding-top: 30px; - } -} - -//User Widget Style 2 -.widget-user-2 { - //User name container - .widget-user-header { - padding: 20px; - .border-top-radius(@box-border-radius); - } - //User name - .widget-user-username { - margin-top: 5px; - margin-bottom: 5px; - font-size: 25px; - font-weight: 300; - } - //User single line description - .widget-user-desc { - margin-top: 0; - } - .widget-user-username, - .widget-user-desc { - margin-left: 75px; - } - //User image container - .widget-user-image { - > img { - width: 65px; - height: auto; - float: left; - } - } -}