Skip to content

Commit

Permalink
fix border styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Novik committed Jan 16, 2015
1 parent b3aea02 commit f5a8a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ div.cont {padding: 6px; font-size: 11px; font-family: Tahoma, Arial, Helvetica,

.tabbar {height: 18px; margin: 0; padding: 0; list-style-type: none; text-align: left}
.tabbar li {margin: 0; padding: 0; display: inline; white-space: nowrap;}
.tabbar li a {position: relative; top: 3px; text-decoration: none; border: 1px solid #D0D0D0; border-bottom: 0; margin: -5px 1px 0 1px; padding: 1px 5px; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; vertical-align: top}
.tabbar li a {position: relative; top: 3px; text-decoration: none; border: 1px solid #D0D0D0; border-bottom: 0; margin: -5px 1px 0 1px; padding: 1px 5px; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; border-top-right-radius:5px; border-top-left-radius:5px; vertical-align: top}
.tabbar li a:hover {border-top: 2px solid #FFC73C}
.tabbar li.selected a {margin: 0 -2px 0 0; padding: 1px 7px 4px 7px; position: relative; top: 2px; vertical-align: top; border-top: 2px solid #FFC73C; background: #FFFFFF; color: #000000}
div#dlgLabel {width: 250px; height: 140px}
Expand Down
2 changes: 1 addition & 1 deletion plugins/theme/themes/Excel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ div.dlg-window { color: #000000; border-color: #9EB6CE; background-color: #FFFFF
div.dlg-header { background: #D9E8FB url(../../../../images/blank.gif) no-repeat scroll 4px center; border-color: #9EB6CE; color: #15428B; font-weight: bold}
.tabbar { background: transparent url(./images/tabbarbg.png) repeat-x 0 0 }

.tabbar li a { background: transparent url(./images/tabbg.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; color: #034084 }
.tabbar li a { background: transparent url(./images/tabbg.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; border-top-right-radius:0px; border-top-left-radius:0px; color: #034084 }
.tabbar li a:hover { border: none; opacity: 0.8 }
.tabbar li:first-child a { background: transparent url(./images/tabbgf.png) no-repeat 0 0 }
.tabbar li.selected:first-child a { background: transparent url(./images/tabbgfh.png) no-repeat 0 0; border: none; margin: 0; padding: 2px 0 2px 15px; top: 3px }
Expand Down

0 comments on commit f5a8a34

Please sign in to comment.