From: Marius Gavrilescu Date: Mon, 20 Apr 2015 14:27:46 +0000 (+0300) Subject: Merge branch 'master' into newmc X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=a9159cae5cd97f3f2d52de2b7c64decd44534f77;hp=-c;p=gruntmaster-page.git Merge branch 'master' into newmc --- a9159cae5cd97f3f2d52de2b7c64decd44534f77 diff --combined css/custom.css index e85a91b,c4b9853..2d40576 --- a/css/custom.css +++ b/css/custom.css @@@ -15,7 -15,7 +15,7 @@@ div.container-fluid padding: 0 15px; } - .list-group-item, .form-control { + .form-control { max-width: 30em; } @@@ -23,34 -23,10 +23,10 @@@ div#result text-align: center; } - a.dropdown-toggle{ - cursor: pointer; - } - .table-fixed{ table-layout: fixed; } - nav li{ - padding: 5px; - } - - ul.inline{ - list-style-type: none; - } - - ul.inline li{ - display: inline; - } - - ul.inline li:after { - content: ", "; - } - - ul.inline li:last-child:after { - content: ""; - } - .tracker-mark.tick { color: green; } @@@ -68,7 -44,7 +44,7 @@@ display: none !important; } -td.user, td.owner { +td.user, td.owner, .break-all { word-break: break-all; }