Using new border image popover backgrounds.

This commit is contained in:
Nick Winter 2014-12-10 11:00:52 -08:00
parent 94a400bfd8
commit 87c34e81c6
10 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

(image error) Size: 2.4 KiB

After

(image error) Size: 3.3 KiB

Binary file not shown.

After

(image error) Size: 2.3 KiB

View file

@ -230,8 +230,8 @@ kbd
.popover
border-style: solid
border-image: url(/images/level/popover_background.png) 29 39 fill stretch
border-width: 15px 20px
border-image: url(/images/level/popover_border_background.png) 16 12 fill stretch
border-width: 16px 12px
.arrow
display: none
.btn

View file

@ -8,8 +8,8 @@
max-width: 400px
padding: 10px
border-style: solid
border-image: url(/images/level/popover_background.png) 18 fill round
border-width: 8px
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
border-width: 8px 6px
.progress
position: relative
span

View file

@ -10,8 +10,8 @@
right: 10%
padding: 4%
border-style: solid
border-image: url(/images/level/popover_background.png) 18 fill round
border-width: 15px
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
border-width: 16px 12px
html.no-borderimage
#spell-list-view

View file

@ -12,8 +12,8 @@
overflow: scroll
padding: 4%
border-style: solid
border-image: url(/images/level/popover_background.png) 18 fill round
border-width: 15px
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
border-width: 16px 12px
.thang-avatar-view
cursor: pointer

View file

@ -56,8 +56,8 @@ body:not(.dialogue-view-active)
max-width: 600px
padding: 0
border-style: solid
border-image: url(/images/level/popover_background.png) 29 39 fill stretch
border-width: 15px 20px
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
border-width: 16px 12px
@include box-shadow(0 0 0 #000)
// Jiggle animation

View file

@ -83,9 +83,9 @@
z-index: 10
pointer-events: none
border-style: solid
border-image: url(/images/level/popover_background.png) 29 39 fill stretch
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
padding: 0
border-width: 15px 20px
border-width: 16px 12px
font-variant: small-caps
text-overflow: ellipsis
font-size: 13px

View file

@ -38,8 +38,8 @@
.popover
padding: 10px 10px 30px 10px
border-style: solid
border-image: url(/images/level/popover_background.png) 18 fill round
border-width: 15px
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
border-width: 16px 12px
@include box-shadow(0 0 0 #000)
h1:not(.not-code), h2:not(.not-code), h3:not(.not-code), h4:not(.not-code), h5:not(.not-code), h6:not(.not-code)

View file

@ -259,11 +259,11 @@ $gameControlMargin: 30px
position: absolute
z-index: 3
padding: 10px
border-width: 15px
border-width: 16px 12px
// Using modernizr-mixin for compat detection
@include yep(borderimage)
border-style: solid
border-image: url(/images/level/popover_background.png) 18 fill round
border-image: url(/images/level/popover_border_background.png) 16 12 fill round
@include nope(borderimage)
background-color: rgb(247, 242, 218)