Advertisement
Guest User

bitrix 12 style fix

a guest
Dec 10th, 2012
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.01 KB | None | 0 0
  1. /* ПАНЕЛЬ ПУБЛИЧНОЙ ЧАСТИ */
  2. #bx-panel #bx-panel-top {
  3.     /* пространство под табы и кнопки над панелью */
  4.     height: 28px !important;
  5.     vertical-align: top !important;
  6. }
  7.     #bx-panel #bx-panel-tabs {
  8.         /* блок с табами и кнопками слева */
  9.         height: 24px !important;
  10.         padding: 4px 10px 0px 0px !important;
  11.         vertical-align: top !important;
  12.     }
  13.         #bx-panel-admin-tab {
  14.             /* табы неактивные */
  15.             height: 24px !important;
  16.         }
  17.             #bx-panel-admin-tab span {
  18.                 /* табы неактивные */
  19.                 height: 24px !important;
  20.                 font: 700 12px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  21.             }
  22.         #bx-panel #bx-panel-view-tab {
  23.             height: 24px !important;
  24.         }
  25.             #bx-panel #bx-panel-view-tab span {
  26.                 /* активный таб */
  27.                 height: 24px !important;
  28.                 font: 700 12px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  29.             }
  30.     #bx-panel #bx-panel-menu {
  31.         /* Кнопка Меню */
  32.         font: 700 10px/28px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  33.         height: 31px !important;
  34.         left: 12px !important;
  35.         top: -8px !important;
  36.         vertical-align: top !important;
  37.         margin-left: 4px !important;
  38.     }
  39.  
  40.         #bx-panel #bx-panel-menu-icon {
  41.             height: 12px !important;
  42.             top: 12px !important;
  43.             width: 13px !important;
  44.         }
  45.         #bx-panel #bx-panel-menu:hover #bx-panel-menu-icon {
  46.            
  47.         }
  48.        
  49.         #bx-panel #bx-panel-menu-text {
  50.             font: 700 10px/22px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  51.             height: 31px !important;
  52.             padding-top: 7px !important;
  53.             top: -8px !important;
  54.         }
  55.         #bx-panel #bx-panel-menu:hover #bx-panel-menu-text {
  56.            
  57.         }
  58.        
  59.     #bx-panel .adm-header-notif-block {
  60.         /* кнопка уведомлений */
  61.         -o-transform: scale(1, 0.6) !important;
  62.         -webkit-transform: matrix(1, 0, 0, 0.6, 0, 0) !important;
  63.         transform: scaleY (0.6) !important;
  64.     }
  65.    
  66.     #bx-panel-userinfo {
  67.         /* блок с инфой о пользователе */
  68.         height: 31px !important;
  69.         vertical-align: middle !important;
  70.         top: -8px !important;
  71.     }
  72.         #bx-panel #bx-panel-user {
  73.             font: 700 10px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  74.             height: 27px !important;
  75.             padding-top: 4px !important;
  76.         }
  77.             #bx-panel #bx-panel-user #bx-panel-user-icon {
  78.                 top: 12px !important;
  79.                 height: 12px !important;
  80.             }
  81.             #bx-panel #bx-panel-user #bx-panel-user-text {
  82.                 top: -4px !important;
  83.                 height: 31px !important;
  84.                 padding-top: 4px !important;
  85.             }
  86.         #bx-panel #bx-panel-userinfo #bx-panel-logout {
  87.             font: 700 10px/24px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  88.             height: 24px !important;
  89.             padding-top: 10px !important;
  90.         }
  91.         #bx-panel-hotkeys, #bx-panel-pin {
  92.             position: relative !important;
  93.             height: 24px !important;
  94.             top: 8px !important;
  95.         }
  96.     #bx-panel-site-toolbar,
  97.     #bx-panel-buttons-gutter,
  98.     #bx-panel-switcher,
  99.     #bx-panel-buttons,
  100.     #bx-panel-switcher-gutter-left {
  101.         height: 80px !important;
  102.     }
  103.         /* Переключатель справа */
  104.         #bx-panel-toggle {
  105.             margin-top: 8px !important;
  106.         }
  107.             #bx-panel-toggle-caption {
  108.                 padding-top: 4px !important;
  109.             }
  110.                 #bx-panel-hider  {
  111.                     margin-top: 8px !important;
  112.                 }
  113.        
  114.         /* Блок с кнопками */
  115.         #bx-panel-buttons-inner {
  116.             padding-top: 1px !important;
  117.             height: 79px !important;
  118.         }
  119.             #bx-panel-buttons .bx-panel-button-group {
  120.                 height: 79px !important;
  121.             }
  122.                 #bx-panel .bx-panel-button {
  123.                     height: 77px !important;
  124.                 }
  125.                 #bx-panel-buttons .bx-panel-button-inner {
  126.                     height: 77px !important;
  127.                 }
  128.                     #bx-panel .bx-panel-button-icon {
  129.                         height: 46px !important;
  130.                     }
  131.                 #bx-panel .bx-panel-small-button {
  132.                     height: 26px !important;
  133.                 }
  134.            
  135. /* Панель в админ часте */
  136. .adm-header-left {
  137.     float: left;
  138.     height: 31px !important;
  139.     padding: 2px 0px 0px 13px;
  140. }
  141.  
  142.  
  143. /*  Включение от Андрея Наймана */
  144.    
  145.     .adm-workarea .heading td {
  146.         border-bottom: 5px solid #F5F9F9 !important;
  147.         border-top: 7px solid #F5F9F9 !important;
  148.         padding: 2px 70px 2px  !important;
  149.     }
  150.    
  151.     .adm-detail-content-table > tbody > .heading td {
  152.         padding-top: 2px !important;
  153.         padding-bottom: 3px !important;
  154.     }
  155.    
  156.     .adm-detail-content-cell-l, .adm-detail-content-cell-r {
  157.         padding-top: 2px !important;
  158.         padding-bottom: 3px !important;
  159.     }
  160.    
  161.     .adm-workarea .adm-input,
  162.     .adm-workarea input[type="text"],
  163.     .adm-workarea input[type="password"],
  164.     .adm-workarea input[type="email"] {
  165.         height: 23px !important;
  166.     }
  167.    
  168.     .adm-workarea select {
  169.         height: 25px !important;
  170.         min-height: 23px !important;
  171.         padding-top: 3px !important;
  172.         padding-bottom: 3px !important;
  173.     }
  174.    
  175.     .adm-workarea select[multiple],
  176.     .adm-workarea select[size] {
  177.         height: auto !important;
  178.     }
  179.    
  180.     .adm-workarea select[size="1"] {
  181.         height: 25px !important;
  182.     }
  183.    
  184.     .adm-detail-toolbar {
  185.         padding: 5px 0px 3px 6px !important;
  186.     }
  187.  
  188.  
  189.    
  190.     /*.adm-workarea .adm-btn,*/
  191.     .adm-workarea input[type="button"],
  192.     .adm-workarea input[type="reset"],
  193.     .adm-workarea input[type="submit"] {
  194.         height: 25px !important;
  195.         padding-top: 2px !important;
  196.         /*font-weight: normal !important;*/
  197.     }
  198.    
  199.     .adm-workarea .adm-input-file {
  200.         font-weight: normal !important;
  201.     }
  202.    
  203.     .adm-submenu-item-name {
  204.         height: 21px !important;
  205.     }
  206.    
  207.     .adm-submenu-item-name:hover, .adm-submenu-current-fav {
  208.         height: 22px !important;
  209.     }
  210.    
  211.     .adm-submenu-item-active > .adm-submenu-item-name:hover, .adm-submenu-item-active > .adm-submenu-current-fav {
  212.         height: 21px !important;
  213.     }
  214.    
  215.     .adm-list-table-cell.adm-list-table-checkbox,
  216.     .adm-list-table-cell.adm-list-table-popup-block {
  217.         padding-top: 5px !important;
  218.         padding-bottom: 5px !important;
  219.     }
  220.    
  221.     .adm-workarea .adm-select-multiple {
  222.         text-shadow: none !important;
  223.     }
  224.    
  225.     * {
  226.         text-shadow: none !important;
  227.     }
  228.    
  229.     .adm-filter-add-button,
  230.     .adm-filter-item-delete,
  231.     .adm-filter-setting {
  232.         height: 23px !important;
  233.     }
  234.    
  235.     .adm-filter-item-delete:after {
  236.         top: 11px !important;
  237.     }
  238.    
  239.     .adm-filter-add-button:after {
  240.         top: 5px !important;
  241.     }
  242.    
  243.     .adm-filter-setting:after {
  244.         top: 4px !important;
  245.     }
  246.    
  247.     .adm-filter-item-right,
  248.     .adm-filter-item-center,
  249.     .adm-filter-item-left {
  250.         padding-bottom: 4px !important;
  251.     }
  252.    
  253.     .adm-title {
  254.         margin-bottom: 8px !important;
  255.     }
  256.    
  257.     .adm-header-right {
  258.         height: 30px !important;
  259.         padding-top: 7px !important;
  260.     }
  261.    
  262.     .adm-header-left {
  263.         padding-top: 2px !important;
  264.     }
  265.    
  266.     .adm-header-bottom {
  267.         height: 6px !important;
  268.     }
  269.    
  270.     .adm-header-wrap {
  271.         height: 44px !important;
  272.     }
  273.    
  274.     .adm-left-side-wrap {
  275.         background-position: -18px 0 !important;
  276.     }
  277.  
  278.     .adm-main-menu-item {
  279.         width: 60px !important;
  280.         height: 70px !important;
  281.         margin-top: 4px !important;
  282.     }
  283.  
  284.     .adm-main-menu {
  285.         width: 62px !important;
  286.     }
  287.  
  288.     .adm-main-menu-item-active .adm-main-menu-hover {
  289.         width: 59px !important;
  290.         height: 70px !important;
  291.     }
  292.  
  293.     .adm-main-menu-item:hover .adm-main-menu-hover {
  294.         width: 59px !important;
  295.         height: 70px !important;
  296.     }
  297.  
  298.     .adm-main-menu-item-text {
  299.         font-size: 9px !important;
  300.     }
  301.    
  302.     .adm-header-btn {
  303.         font-size: 14px !important;
  304.     }
  305.    
  306.     .adm-sub-submenu-block-children {
  307.         margin-left: -15px;
  308.     }
  309.    
  310.     .adm-submenu-items-block {
  311.         margin-left: -5px;
  312.         margin-top: -5px;
  313.     }
  314. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement