diff --git a/docs/javascript/semantic.js b/docs/javascript/semantic.js index be0167263..34befe9df 100755 --- a/docs/javascript/semantic.js +++ b/docs/javascript/semantic.js @@ -11,6 +11,7 @@ semantic.ready = function() { $ui = $('.ui').not('.hover, .down'), $swap = $('.theme.menu .item'), $menu = $('.sidebar.button'), + $sortTable = $('.sortable.table'), $demo = $('.demo'), $waypoints = $('h2'), @@ -160,6 +161,11 @@ semantic.ready = function() { $ui .state() ; + if($.fn.tablesort !== undefined) { + $sortTable + .tablesort() + ; + } $waypoints .waypoint({ diff --git a/docs/module.html b/docs/module.html index db8c079b4..a4f065900 100755 --- a/docs/module.html +++ b/docs/module.html @@ -84,7 +84,7 @@ 1 of 5
-
-
  • What is Semantic?
  • -
  • The UI Spec
  • -
  • The Module Spec
  • -
  • The Semantic Library
  • +
    +

    What is Semantic?

    diff --git a/docs/sink.html b/docs/sink.html new file mode 100755 index 000000000..60c2acc73 --- /dev/null +++ b/docs/sink.html @@ -0,0 +1,302 @@ + + + + + UI Text Block - Semantic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Kitchen Sink

    +

    The kitchen sink uses many of the UI elements described in the library to provide examples for how content pieces can be used together.

    +
    +
    +
    + +
    + +
    +
    + Welcome to the kitchen sink! +
    +

    This is a work in progress view, these elements may change.

    +
    +
    + +
    + + +
    +
    +
    UI Elements
    +

    These are UI elements that exist outside of collections

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameEstimatedSpentStatusNotes
    Button11Complete
    Text Block0.5 days0.5
    Header0.50
    Grid10
    Divider0.250
    Tags0.250.25Complete
    Labels0.50Complete + Changes:
    + - Consolidated into tags +
    Icons10
    Menu31Complete
    Throbber10
    Video0.50
    Steps0.50
    Segment0.50.25In Progress
    Table0.51Complete
    14 Elements10.5 days4 daysUpdated: Mon 29th
    +
    + + +
    + + + \ No newline at end of file diff --git a/docs/text.html b/docs/text.html index 825e24906..be592495b 100755 --- a/docs/text.html +++ b/docs/text.html @@ -244,6 +244,13 @@
    +
    +

    Compact Block

    +

    A text block that only takes up the width of its content.

    +
    +

    Get all the best inventions in your e-mail every day. Sign up now

    +
    +

    Attached Block

    diff --git a/src/ui/flat/block.css b/src/ui/flat/block.css index 589093bac..d06877b2d 100755 --- a/src/ui/flat/block.css +++ b/src/ui/flat/block.css @@ -127,6 +127,15 @@ Variations *******************************/ +/*-------------- + Compact +---------------*/ + +.ui.compact.block { + display: inline-block; +} + + /*-------------- Attached ---------------*/ diff --git a/src/ui/flat/segment.css b/src/ui/flat/segment.css index 1f1b7645c..1097aae13 100755 --- a/src/ui/flat/segment.css +++ b/src/ui/flat/segment.css @@ -20,6 +20,9 @@ } /* Label at the top of a segment */ +.ui.segment div:first-child { + margin-top: 0px; +} .ui.segment .attached.label:first-child + * { margin-top: 2em; } diff --git a/src/ui/flat/table.css b/src/ui/flat/table.css index 4a962b7ca..39f43c043 100755 --- a/src/ui/flat/table.css +++ b/src/ui/flat/table.css @@ -158,7 +158,6 @@ .ui.table th.error { background-color: #F8EBEB; color: #AD0000; - font-weight: bold; /* border-color: #B06C6C !important; */ } .ui.grid.table tr.error:hover td, @@ -179,7 +178,6 @@ .ui.table th.warning { background-color: #F6F3D5; /* border-color: #CBB105 !important; */ - font-weight: bold; color: #7D6C00; } .ui.grid.table tr.warning:hover td, diff --git a/src/ui/shaded/table.css b/src/ui/shaded/table.css index bd7b877e3..627ceaa06 100755 --- a/src/ui/shaded/table.css +++ b/src/ui/shaded/table.css @@ -166,7 +166,6 @@ .ui.table th.error { background-color: #F8EBEB; color: #AD0000; - font-weight: bold; /* border-color: #B06C6C !important; */ } .ui.grid.table tr.error:hover td, @@ -187,7 +186,6 @@ .ui.table th.warning { background-color: #F6F3D5; /* border-color: #CBB105 !important; */ - font-weight: bold; color: #7D6C00; } .ui.grid.table tr.warning:hover td, @@ -213,7 +211,7 @@ } /******************************* - Variations + Variations *******************************/ /*--------------