Browse Source

fixes settings tables

Former-commit-id: d2156e03781822de45374c867cc9c72ccdeab1ed
Former-commit-id: 0799ab2c7de0d581a2d63ba5df627d550b559850
beta
Jack Lukic 12 years ago
parent
commit
9248041e2d
  1. 6
      node/src/documents/modules/carousel.html
  2. 6
      node/src/documents/modules/checkbox.html
  3. 6
      node/src/documents/modules/dropdown.html
  4. 6
      node/src/documents/modules/form.html
  5. 1
      node/src/files/stylesheets/semantic.css

6
node/src/documents/modules/carousel.html

@ -71,7 +71,7 @@ type : 'UI Module'
</div>
<h3 class="ui header">Settings</h3>
<table class="ui settings celled table">
<table class="ui red table segment">
<thead>
<th colspan="3">Carousel Settings</th>
</thead>
@ -89,7 +89,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui teal table segment">
<thead>
<th colspan="3">Callbacks</th>
</thead>
@ -112,7 +112,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui blue table segment">
<thead>
<th colspan="3">UI Module Settings</th>
</thead>

6
node/src/documents/modules/checkbox.html

@ -241,7 +241,7 @@ type : 'UI Module'
</div>
<h3 class="ui header">Settings</h3>
<table class="ui settings celled table">
<table class="ui red table segment">
<thead>
<th colspan="3">Checkbox Settings</th>
</thead>
@ -259,7 +259,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui teal table segment">
<thead>
<th colspan="3">Callbacks</th>
</thead>
@ -282,7 +282,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui blue table segment">
<thead>
<th colspan="3">UI Module Settings</th>
</thead>

6
node/src/documents/modules/dropdown.html

@ -272,7 +272,7 @@ type : 'UI Module'
</div>
<h3 class="ui header">Defaults</h3>
<table class="ui settings celled table">
<table class="ui red table segment">
<thead>
<th colspan="3">Dropdown Settings</th>
</thead>
@ -306,7 +306,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui teal table segment">
<thead>
<th colspan="3">Callbacks</th>
</thead>
@ -329,7 +329,7 @@ type : 'UI Module'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui blue table segment">
<thead>
<th colspan="3">General Settings</th>
</thead>

6
node/src/documents/modules/form.html

@ -269,7 +269,7 @@ type : 'UI Behavior'
<h2>Settings</h2>
<h3 class="ui header">Defaults</h3>
<table class="ui settings celled table">
<table class="ui red table segment">
<thead>
<th colspan="3">Form Settings</th>
</thead>
@ -297,7 +297,7 @@ type : 'UI Behavior'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui teal table segment">
<thead>
<th colspan="3">Callbacks</th>
</thead>
@ -325,7 +325,7 @@ type : 'UI Behavior'
</tbody>
</table>
<table class="ui settings celled table">
<table class="ui blue table segment">
<thead>
<th colspan="3">General Settings</th>
</thead>

1
node/src/files/stylesheets/semantic.css

@ -416,6 +416,7 @@ a:hover {
#example .main.container {
position: relative;
padding-bottom: 100px;
}
#example .main.container > h2 {
-webkit-transition: 0.5s color ease;

Loading…
Cancel
Save