1 /* 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style license that can be 4 found in the LICENSE file. 5 */ 6 7 .exception-pattern { 8 -webkit-box-flex: 1; 9 -webkit-margin-end: 10px; 10 -webkit-margin-start: 14px; 11 } 12 13 .exception-setting { 14 -webkit-margin-end: 20px; 15 display: inline-block; 16 width: 100px; 17 } 18 19 select.exception-setting { 20 vertical-align: middle; 21 } 22 23 /* Hacks to make the <select> align better with the <input>. */ 24 html[toolkit=gtk] select.exception-setting { 25 height: 22px; 26 margin-top: 1px; 27 } 28 29 #exception-column-headers { 30 -webkit-margin-start: 17px; 31 display: -webkit-box; 32 margin-top: 17px; 33 } 34 35 #exception-column-headers > div { 36 font-weight: bold; 37 } 38 39 #exception-pattern-column { 40 -webkit-box-flex: 1; 41 } 42 43 #exception-behavior-column { 44 width: 145px; 45 } 46 47 .otr-explanation { 48 font-style: italic; 49 } 50 51 #content-settings-exceptions-area list { 52 margin-bottom: 10px; 53 margin-top: 4px; 54 } 55 56 #plugins-tab { 57 display: block; 58 margin: 7px 0px; 59 } 60