Skip to content

Commit

Permalink
Fix (hopefully needed temporarily) for regression in Chrome v59 spaci…
Browse files Browse the repository at this point in the history
…ng out sidebar LI elements
  • Loading branch information
kksidd committed Jul 10, 2017
1 parent 7df08d4 commit 72cd242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion couch/header.php
Expand Up @@ -51,7 +51,7 @@
if( !defined('K_COUCH_DIR') ) die(); // cannot be loaded directly

define( 'K_COUCH_VERSION', '2.0' ); // Changes with every release
define( 'K_COUCH_BUILD', '20170510' ); // YYYYMMDD - do -
define( 'K_COUCH_BUILD', '20170710' ); // YYYYMMDD - do -

if( file_exists(K_COUCH_DIR.'config.php') ){
require_once( K_COUCH_DIR.'config.php' );
Expand Down
2 changes: 1 addition & 1 deletion couch/theme/_system/includes/admin/main.css
Expand Up @@ -274,7 +274,7 @@ div.simple-heading{border-width:0 0 1px 0;margin-top:0;cursor:default;}
#nav>li>a:hover,#nav>li>a:focus,.nav-group>ul>li>a:hover,.nav-group>ul>li>a:focus{background-color:#1a1a1a;color:#eee;fill:#eee;}
.nav-active{box-shadow:0 1px 0 rgba(255,255,255,.1) inset,0 1px 0 rgba(0,0,0,.15);}
#nav>li>.nav-active,#nav>li>.nav-active:hover,#nav>li>.nav-active:focus,.nav-group>ul>li>.nav-active,.nav-group>ul>li>.nav-active:hover,.nav-group>ul>li>.nav-active:focus{color:#fff;}
.nav-title{display:inline-block;max-width:100%;height:32px;line-height:32px;padding-left:26px;overflow:hidden;vertical-align:top;font-size:12px;white-space:nowrap;text-overflow:ellipsis;}
.nav-title{display:inline-block;max-width:100%;height:32px;line-height:32px;padding-left:26px;/*overflow:hidden;*/vertical-align:top;font-size:12px;white-space:nowrap;text-overflow:ellipsis;}
.nav-heading{position:relative;height:32px;padding:0 15px;margin:12px 0 6px;}
.nav-heading:before{content:"";display:block;padding-top:12px;border-top:1px solid #0a0a0a;}
.nav-heading:after,#nav-links:after,#sidebar-btns:after{content:"";display:block;position:absolute;top:0;right:0;left:0;border-top:1px solid rgba(255,255,255,.04);}
Expand Down

0 comments on commit 72cd242

Please sign in to comment.