You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
648 B
34 lines
648 B
.jqplot-image-button { |
|
margin-bottom: 15px; |
|
margin-top: 15px; |
|
} |
|
div.jqplot-image-container { |
|
position: relative; |
|
z-index: 11; |
|
margin: auto; |
|
display: none; |
|
background-color: #ffffff; |
|
border: 1px solid #999; |
|
display: inline-block; |
|
margin-top: 25px; |
|
} |
|
div.jqplot-image-container-header { |
|
font-size: 1.0em; |
|
font-weight: bold; |
|
padding: 5px 15px; |
|
background-color: #eee; |
|
} |
|
div.jqplot-image-container-content { |
|
padding: 15px; |
|
background-color: #ffffff; |
|
} |
|
a.jqplot-image-container-close { |
|
float: right; |
|
} |
|
.ui-tabs { |
|
width: 80%; |
|
margin: 1em auto; |
|
} |
|
.ui-tabs-nav { |
|
font-size: 12px; |
|
}
|
|
|