Changeset 1210248
- Timestamp:
- 07/31/2015 10:16:31 AM (11 years ago)
- File:
-
- 1 edited
-
peecho/trunk/assets/peecho.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
peecho/trunk/assets/peecho.css
r1209962 r1210248 6 6 */ 7 7 #peecho-snippets-tabs { 8 /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */9 position: relative;10 padding: .2em;11 zoom: 1;12 8 } 13 9 #peecho-snippets-tabs .ui-tabs-nav { 14 margin: 0;15 padding: .2em .2em 0;16 17 /* Overrides */18 background-color: #f9f9f9;19 border-bottom: 1px solid #dfdfdf;20 padding-bottom: 1px;21 10 } 22 11 23 12 #peecho-snippets-tabs .ui-tabs-nav li { 24 list-style: none;25 float: left;26 position: relative;27 top: 1px;28 margin: 0 .2em 1px 0;29 border-bottom: 0 !important;30 padding: 0;31 white-space: nowrap;32 13 } 33 14 #peecho-snippets-tabs .ui-tabs-nav li a { 34 float: left;35 padding: .5em 1em;36 text-decoration: none;37 38 /* Overrides */39 border: 1px solid #dfdfdf;40 -webkit-border-radius: 3px;41 border-radius: 3px;42 15 } 43 16 #peecho-snippets-tabs .ui-tabs-nav li.ui-tabs-selected { 44 margin-bottom: 0;45 padding-bottom: 1px;46 47 /* Overrides */48 background-color: #fff;49 padding-bottom: 0;50 17 } 51 18 #peecho-snippets-tabs .ui-tabs-nav li.ui-tabs-selected a, 52 19 #peecho-snippets-tabs .ui-tabs-nav li.ui-state-disabled a, 53 20 #peecho-snippets-tabs .ui-tabs-nav li.ui-state-processing a { 54 cursor: text;55 21 } 56 22 #peecho-snippets-tabs .ui-tabs-nav li a, 57 23 #peecho-snippets-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 58 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */59 cursor: pointer;60 24 } 61 25 #peecho-snippets-tabs .ui-tabs-panel { 62 display: block;63 border-width: 0;64 padding: 1em 1.4em;65 background: none;66 26 } 67 27 #peecho-snippets-tabs .ui-tabs-hide { 68 display: none !important;69 28 } 70 29 71 30 72 31 #peecho-snippets-dialog label { 73 width: 60px;74 display: inline-block;75 32 }
Note: See TracChangeset
for help on using the changeset viewer.