Bugzilla – Attachment 57018 Details for
Bug 16239
Upgrade Bootstrap in the staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16239: Update css files
Bug-16239-Update-css-files.patch (text/plain), 10.54 KB, created by
Josef Moravec
on 2016-11-01 11:21:44 UTC
(
hide
)
Description:
Bug 16239: Update css files
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-01 11:21:44 UTC
Size:
10.54 KB
patch
obsolete
>From b6ea0c385b3f075a6a7253c919fbf9e7fff78070 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 21 Oct 2016 20:50:37 +0200 >Subject: [PATCH] Bug 16239: Update css files > >--- > koha-tmpl/intranet-tmpl/prog/css/cateditor.css | 11 +- > koha-tmpl/intranet-tmpl/prog/css/datatables.css | 20 ++- > koha-tmpl/intranet-tmpl/prog/css/humanmsg.css | 5 + > koha-tmpl/intranet-tmpl/prog/css/mainpage.css | 1 + > koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 146 +++++++++++++++++----- > 5 files changed, 143 insertions(+), 40 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >index bb92094b..6840d0c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/cateditor.css >@@ -181,7 +181,6 @@ body { > border: solid 2px #b9d8d9; > border-bottom-style: none; > border-radius: 6px 6px 0 0; >- height: 18px; > margin-bottom: -32px; > overflow: auto; > padding: 4px; >@@ -206,14 +205,16 @@ body { > > /*> Search */ > >-#advanced-search-ui, #search-results-ui, #macro-ui { >- padding: 5px; >+#advanced-search-ui .modal-lg, #search-results-ui .modal-lg, #macro-ui .modal-lg { > width: 90%; > } > > .modal-body { > max-height: none; >- padding: 0; >+} >+ >+.modal-lg .modal-body { >+ overflow-y: auto; > } > > #quicksearch-overlay { >@@ -282,7 +283,7 @@ body { > width: 14em; > } > >-.icon-loading { >+.fa.fa-spinner { > display: inline-block; > height: 16px; > width: 16px; >diff --git a/koha-tmpl/intranet-tmpl/prog/css/datatables.css b/koha-tmpl/intranet-tmpl/prog/css/datatables.css >index c42e553..b26e9d0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/datatables.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/datatables.css >@@ -45,8 +45,19 @@ div.dataTables_info, > div.dataTables_paginate { > float: left; > padding : .3em .5em .3em .5em; >+} > >+div.dataTables_filter label, >+div.dataTables_length label, >+div.dataTables_info label, >+div.dataTables_paginate label, >+div.dataTables_filter input, >+div.dataTables_length input, >+div.dataTables_info input, >+div.dataTables_paginate input { >+ padding: 0; > } >+ > div.dataTables_length { > border-right : 1px solid #686868; > line-height:1.9em; >@@ -60,8 +71,11 @@ div.dataTables_filter { > border-left : 1px solid #FFF; > border-right : 1px solid #AAAAAA; > } >+div.dataTables_length label { >+ display: inline; >+} > div.dataTables_filter { >- line-height : 1.9em; >+ line-height : inherit; > } > div.dataTables_paginate { > padding : 0; >@@ -263,3 +277,7 @@ table.group tr.even td { > background-color: #FFF; > border-right : 1px solid #BCBCBC; > } >+ >+button.dt-button, div.dt-button, a.dt-button { >+ margin: 3px 3px 0; >+} >diff --git a/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css b/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >index cb6fa8a..40caac9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/humanmsg.css >@@ -22,6 +22,7 @@ html, body { > display: none; > opacity: 0; > z-index: 100000; >+ padding: 20px; > } > > .humanError { >@@ -47,6 +48,10 @@ html, body { > display: none; > } > >+.humanMsg ul li { >+ list-style-type: none; >+ } >+ > #humanMsgLog { > font: normal 10px Helvetica, Arial, Sans-Serif; > color: white; >diff --git a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >index ded0003..5661fa8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/mainpage.css >@@ -74,6 +74,7 @@ ul.biglinks-list li a.icon_general { > /* Class used for each module link */ > background-image:url('../img/staff-home-icons-sprite.png'); > display: block; >+ box-sizing: content-box; > float: left; > > width: 83%; >diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >index c8921f9..de65ca0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css >@@ -9,7 +9,8 @@ input:focus, textarea:focus { > ::selection { background:#538200; color:#ffffff; /* Safari and Opera */ } > ::-moz-selection { background:#538200; color:#ffffff; /* Firefox */ } > >-a, a:link, a:visited { >+a, a:link, a:visited, >+a.btn:link, a.btn:visited { > color : #004d99; > text-decoration: none; > } >@@ -107,8 +108,31 @@ em strong { > > input, textarea { > padding : 2px 4px; >+ line-height: normal; >+} >+ >+input[type="checkbox"], input[type="radio"] { >+ vertical-align: middle; >+ margin: 0; >+} >+ >+label, .label { >+ font-weight: normal; >+ font-size: inherit; >+ padding: 0; >+ color: black; >+ margin-bottom: 0; >+ vertical-align: middle; > } > >+label input[type="checkbox"], >+label input[type="radio"], >+.label input[type="checkbox"], >+.label input[type="radio"] { >+ margin-top: 0; >+} >+ >+ > .subfield-label { > font-style : italic; > } >@@ -328,12 +352,13 @@ fieldset.lastchecked { > } > > legend { >- font-size : 123.1%; >- font-weight : bold; >+ font-size : 123.1%; >+ font-weight : bold; > border:2px solid #b9d8d9; > background-color:#ffffff; > border-radius:3px; > padding: 0.2em 0.5em; >+ width: auto; > } > > #floating-save { >@@ -356,6 +381,10 @@ legend { > margin-top : 1em; > } > >+#header>.container-fluid { >+ padding: 0; >+} >+ > div.justify { > text-align: justify; > } >@@ -421,6 +450,7 @@ div#toolbar, > .btn-toolbar { > background-color : #EDF4F6; > padding: 5px 5px 5px 5px; >+ margin: 0; > border-radius: 5px 5px 0 0; > border: 1px solid #E6F0F2; > } >@@ -567,7 +597,7 @@ border:2px solid #b9d8d9; > float : left; > font-size : 90%; > clear : left; >-margin: .9em 0 0 0; >+margin: .9em 0 0 0; > padding: 0; > width: 100%; > } >@@ -603,6 +633,10 @@ fieldset.rows fieldset { > width: 9em; > } > >+.yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label { >+ width: auto; >+} >+ > .yui-b fieldset.rows div.hint { > margin-left : 10.5em; > } >@@ -651,13 +685,27 @@ fieldset.rows li.radio label { > fieldset.rows ol.radio label { > width : auto; > float : none; >- margin-right : 0; >+ margin-right : 30px; >+ margin-left: 20px; >+ padding-left: 0; >+ vertical-align: middle; >+} >+ >+fieldset.rows li.radio input + label { >+ margin-left: 0; >+ padding-left: 0; >+} >+ >+fieldset.rows ol.radio input[type="checkbox"], >+fieldset.rows ol.radio input[type="radio"] { >+ margin-left: -20px; > } > > fieldset.rows ol.radio label.radio { > float : left; >- width : 12em; >+ width : 9em; > margin-right : 1em; >+ margin-top: 0; > } > > fieldset.rows caption { >@@ -693,12 +741,16 @@ fieldset.rows label.error { > > fieldset.action, div.action { > background-color: transparent; >- clear : both; >- float : none; >+ clear : both; >+ float : none; > border : 0px; >- margin: 0; >- padding: .4em .4em .4em .1em; >- width: auto; >+ margin: 0.9em 0 0 0; >+ padding: 0; >+ width: auto; >+} >+ >+.btn-toolbar fieldset.action { >+ margin-top: 0; > } > > div.rows+div.rows { >@@ -717,9 +769,14 @@ width: 100%; > div.rows span.label { > float: left; > font-weight : bold; >- width: 9em; >+ width: 9em; > margin-right: 1em; > text-align: left; >+ padding-top: 0; >+} >+ >+.rows .label { >+ white-space: normal; > } > > div.rows ol { >@@ -760,7 +817,7 @@ fieldset.rows label.inline { > fieldset.rows .inputnote { > clear : left; > float : left; >- margin : .5em 0 0 11em; >+ margin : 1em 0 0 11em; > } > > .checkedout { >@@ -2314,13 +2371,7 @@ button, > border : 0; > } > >-.btn-small .caret { >- margin-top : .6em; >-} >- >-#toolbar .btn, > #toolbar .dropdown-menu, >-.btn-toolbar .btn, > .btn-toolbar .dropdown-menu { > font-size: 13px; > } >@@ -2328,6 +2379,11 @@ a.btn:link, > a.btn:visited{ > color: #333333; > } >+ >+a.btn-link:hover { >+ color : #538200; >+} >+ > .dropdown-menu li { > list-style: none outside none; > } >@@ -2341,6 +2397,28 @@ a.disabled { > > .navbar { > color: #333; >+ min-height: 20px; >+} >+ >+#header.navbar { >+ margin-bottom: 0; >+} >+ >+#header.navbar-default { >+ background: #e6f0f2; >+ box-shadow: none; >+ border: none; >+} >+ >+#changelanguage .navbar-text { >+ margin: 0; >+ padding: 0 0.6em; >+} >+ >+#changelanguage .navbar-text span { >+ padding: 0.4em 0.3em; >+ display: block; >+ line-height: 20px; > } > > .navbar .nav > li > a, .loggedout { >@@ -2359,12 +2437,6 @@ a.disabled { > color: #538200; > } > >-.navbar .nav li.dropdown.open > .dropdown-toggle, >-.navbar .nav li.dropdown.active > .dropdown-toggle, >-.navbar .nav li.dropdown.open.active > .dropdown-toggle { >- background: transparent none; >-} >- > .navbar-static-top .navbar-inner { > background: #E6F0F2 none; > border: 0; >@@ -2403,19 +2475,17 @@ a.disabled { > font-weight: bold; > padding : .4em .3em; > } >-.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { >- background: transparent none; >-} > > .navbar .nav > li > a:focus, > .navbar .nav > li > a:hover { > color: #538200; > } > >-.navbar .nav li.dropdown.open > .dropdown-toggle, >-.navbar .nav li.dropdown.active > .dropdown-toggle, >-.navbar .nav li.dropdown.open.active > .dropdown-toggle { >- background: transparent none; >+.navbar .nav li.dropdown.open > .dropdown-toggle:focus, >+.navbar .nav li.dropdown.active > .dropdown-toggle:focus, >+.navbar .nav li.dropdown.open.active > .dropdown-toggle:focus { >+ background: #e6f0f2 none; >+ box-shadow: none; > } > > .tooltip.bottom .tooltip-arrow { >@@ -2457,8 +2527,8 @@ a.close:hover { > /* Redefine a new style for Bootstrap's class "close" since we use that already */ > /* Use <a class="closebtn" href="#">×</a> */ > .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;} >-.modal-header .closebtn{margin-top:2px;} >-.closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} >+.modal-header .closebtn{margin-top:-2px;} >+.closebtn{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}.closebtn:hover,.closebtn:focus{color:#000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);} > button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} > > .btn-group label, >@@ -2778,3 +2848,11 @@ div[class$="_table_controls"] { > #borrower_message { > margin-top: 10px; > } >+ >+fieldset.rows + fieldset.action { >+ padding-top: 20px; >+} >+ >+.yui-u .rows li p label.widelabel { >+ width: auto; >+} >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16239
:
56159
|
56160
|
56161
|
56162
|
56163
|
56201
|
56329
|
56330
|
56331
|
56332
|
56333
|
56334
|
56335
|
56529
|
56530
|
56531
|
56532
|
56533
|
56534
|
56535
|
56536
|
56537
|
56538
|
56539
|
56563
|
56729
|
56730
|
56731
|
56732
|
57016
|
57017
|
57018
|
57019
|
57020
|
57021
|
57022
|
57374
|
57375
|
57376
|
57377
|
57378
|
57379
|
57381
|
57416
|
57417
|
57418
|
57419
|
57420
|
57772
|
57773
|
57774
|
57775
|
57776
|
58067
|
58068
|
58069
|
58070
|
58071
|
58317
|
58318
|
58319
|
58320
|
58321
|
58322
|
58323
|
58678
|
58679
|
58680
|
58681
|
58682
|
58683
|
58691
|
58697
|
58722
|
58729
|
58731
|
58732
|
58733
|
58734
|
58735
|
58736
|
58737
|
58738