Skip to content

Commit

Permalink
Fix tabular menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 14, 2014
1 parent 5c9c1bc commit 8b9e46c
Show file tree
Hide file tree
Showing 97 changed files with 867 additions and 680 deletions.
2 changes: 2 additions & 0 deletions build/less/definitions/elements/segment.less
Expand Up @@ -454,6 +454,8 @@
top: 0px;
bottom: 0px;
margin: 0em @attachedHorizontalOffset;
width: @attachedWidth;
max-width: @attachedWidth;
border-radius: 0px;
box-shadow: @attachedBoxShadow;
border: @attachedBorder;
Expand Down
Expand Up @@ -17,12 +17,13 @@
@lineHeight: 1.3;
@lineHeightOffset: ((@lineHeight - 1em) / 2);

@borderRadius: 0.25em;
@borderRadius: @defaultBorderRadius;
@borderWidth: 1px;
@borderShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
@borderShadow: 0px 0px 0px @borderWidth @borderColor inset;
@shadowShadow: 0px 0px 0px 0px transparent;
@boxShadow:
@borderShadow,
@subtleShadow
@shadowShadow
;

@transition:
Expand Down Expand Up @@ -73,7 +74,7 @@
/* Attached */
@attachedXOffset: -1px;
@attachedYOffset: -1px;
@attachedBoxShadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
@attachedBoxShadow: 0em 0em 0em @borderWidth rgba(0, 0, 0, 0.1) inset;
@attachedBottomBoxShadow:
@attachedBoxShadow,
@subtleShadow
Expand Down
Expand Up @@ -59,6 +59,7 @@
@attachedTopOffset: 0px;
@attachedBottomOffset: 0px;
@attachedHorizontalOffset: -1px;
@attachedWidth: ~"calc(100% + "-@attachedHorizontalOffset * 2~")";
@attachedBoxShadow: none;
@attachedBorder: 1px solid @solidBorderColor;
@attachedBottomBoxShadow:
Expand Down
51 changes: 23 additions & 28 deletions build/less/themes/packages/default/globals/site.variables
Expand Up @@ -180,35 +180,34 @@
Emotive Colors
--------------------*/

/* Mood */
/* Positive */
@positiveColor : @green;
@negativeColor : @red;

@positiveBackgroundColor : #E4F5DD;
@negativeBackgroundColor : #FAE8E8;

@positiveBackgroundColor : #EEFFE7;
@positiveBorderColor : #B7CAA7;
@negativeBorderColor : #DBB1B1;

@positiveHeaderColor : #356E36;
@positiveTextColor : #3C763D;
@negativeTextColor : #A94442;

/* Negative */
@negativeColor : @red;
@negativeBackgroundColor : #FFF0F0;
@negativeBorderColor : #DBB1B1;
@negativeHeaderColor : #912D2B;
@negativeTextColor : #A94442;

/* Status */
/* Info */
@infoColor : #31CCEC;
@warningColor : #F2C037;
@successColor : @positiveColor;
@errorColor : @negativeColor;

@infoBackgroundColor : #E5F6FB;
@warningBackgroundColor : #FCF8E3;

@infoBackgroundColor : #E9FAFF;
@infoBorderColor : #AAD6DF;
@warningBorderColor : #D3C4A5;
@warningTextColor : #8A6D3B;

@infoHeaderColor : #297187;
@infoTextColor : #337B92;

/* Warning */
@warningColor : #F2C037;
@warningBorderColor : #D9CAAB;
@warningBackgroundColor : #FFFBE6;
@warningHeaderColor : #825C01;
@warningTextColor : #876A38;


/*-------------------
Neutral Text
Expand Down Expand Up @@ -295,20 +294,16 @@
@lineHeightOffset : ((@lineHeight - 1em) / 2);

/* Positive / Negative Dupes */
@successColor : @positiveColor;
@errorColor : @negativeColor;
@successBackgroundColor : @positiveBackgroundColor;
@errorBackgroundColor : @negativeBackgroundColor;
@successTextColor : @positiveTextColor;
@errorTextColor : @negativeTextColor;
@successBorderColor : @positiveBorderColor;
@errorBorderColor : @negativeBorderColor;

/* Header Colors */
@positiveHeaderColor : darken(@positiveTextColor, 5);
@negativeHeaderColor : darken(@negativeTextColor, 5);
@infoHeaderColor : darken(@infoTextColor, 5);
@warningHeaderColor : darken(@warningTextColor, 5);
@successHeaderColor : darken(@successTextColor, 5);
@errorHeaderColor : darken(@errorTextColor, 5);
@successHeaderColor : @positiveHeaderColor;
@errorHeaderColor : @negativeHeaderColor;

/* Responsive */
@largestMobileScreen : (@tabletBreakpoint - 1px);
Expand Down
2 changes: 1 addition & 1 deletion build/minified/definitions/collections/breadcrumb.min.css
Expand Up @@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/13/2014
* Released: 10/14/2014
*/

.ui.breadcrumb{margin:1em 0;display:inline-block;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.5;margin:0 .2rem;font-size:.9em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#009fda}.ui.breadcrumb a:hover{color:#00b2f3}.ui.breadcrumb .icon.divider{font-size:.7em;vertical-align:middle}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.5em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.65em}.ui.tiny.breadcrumb{font-size:.7em}.ui.small.breadcrumb{font-size:.75em}.ui.breadcrumb{font-size:1em}.ui.large.breadcrumb{font-size:1.1em}.ui.big.breadcrumb{font-size:1.05em}.ui.huge.breadcrumb{font-size:1.3em}.ui.massive.breadcrumb{font-size:1.5em}
4 changes: 2 additions & 2 deletions build/minified/definitions/collections/form.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/minified/definitions/collections/grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/minified/definitions/collections/menu.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/minified/definitions/collections/message.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b9e46c

Please sign in to comment.