Browse Source

Fix download popup

1.x
jlukic 10 years ago
parent
commit
1b47fb3bd1
  1. 4
      server/documents/behaviors/visibility.html.eco
  2. 8
      server/files/stylesheets/docs.css

4
server/documents/behaviors/visibility.html.eco

@ -100,7 +100,7 @@ type : 'UI Behavior'
<p>By default images will appear without animation, however you can also specify a named <a href="/modules/transition.html">transition</a>, and a duration that should be used for animating the image into view</p>
<div class="evaluated code" data-type="javascript">
$('.demo.items img')
$('.demo.items .image img')
.visibility({
type : 'image',
transition : 'fade in',
@ -317,7 +317,7 @@ type : 'UI Behavior'
</div>
</div>
<div class="ui overview tab" data-tab="usage">
<div class="ui tab" data-tab="usage">
<h2 class="ui header">Usage</h2>

8
server/files/stylesheets/docs.css

@ -187,12 +187,8 @@ a:hover {
border-bottom-color: #FFFFFF;
}
#example .header.segment .download.popup .choice.grid .column {
width: 200px;
}
#example .header.segment .download.popup .framework.grid .column,
#example .header.segment .download.popup .standalone.grid .column {
width: 350px;
#example .header.segment .download.popup {
width: 400px;
}
#example .header.segment .download.popup .check.icon {
margin-left: -1em;

Loading…
Cancel
Save