diff --git a/node/src/documents/elements/icon.html.eco.REMOVED.git-id b/node/src/documents/elements/icon.html.eco.REMOVED.git-id index d5ab59c93..074127d47 100644 --- a/node/src/documents/elements/icon.html.eco.REMOVED.git-id +++ b/node/src/documents/elements/icon.html.eco.REMOVED.git-id @@ -1 +1 @@ -2dab59513c8c4e30bb50c18959714cf8f0ed404a \ No newline at end of file +2ddfe2dbd42912df4bf16b2b3136174660724a01 \ No newline at end of file diff --git a/node/src/documents/modules/popup.html.eco b/node/src/documents/modules/popup.html.eco index 01109beb5..2170a9595 100755 --- a/node/src/documents/modules/popup.html.eco +++ b/node/src/documents/modules/popup.html.eco @@ -26,7 +26,7 @@ type : 'UI Module'

Popup

A standard popup

- +

Variations

@@ -34,14 +34,14 @@ type : 'UI Module'

Size

A popup can be large or small

- - + +

Inverted

A popup can have its colors inverted

- +
@@ -57,7 +57,7 @@ type : 'UI Module'

Including metadata

Frequently used metadata like, title, content, html, or arrowOffset or variation, can be included in html metadata

- +
Specifying Content

Popups can specify content in three ways:

@@ -69,7 +69,7 @@ type : 'UI Module'

- +

Examples

@@ -77,32 +77,32 @@ type : 'UI Module'

Positioning

A popup can be positioned to any side of an element. If space is not available, it will automatically search for a similar alternative position to use.

- - - - - - - - + + + + + + + +

Title

A popup can be formatted with a title

- +

HTML

A popup can be formatted with html

- +

Transitions

A popup can have different transitions. Any transition with both an in and out animation can be specified. The following are just a few examples.

- +

$('.fade.icon') @@ -112,7 +112,7 @@ type : 'UI Module'
- +

$('.slide.icon') @@ -122,7 +122,7 @@ type : 'UI Module'
- +

$('.flip.icon') diff --git a/src/elements/icon.less b/src/elements/icon.less index 1199ace40..546c14896 100755 --- a/src/elements/icon.less +++ b/src/elements/icon.less @@ -185,8 +185,8 @@ i.icon.exchange:before { content: "\f0ec"; } i.icon.attention:before { content: "\f06a"; } i.icon.exclamation:before { content: "\f12a"; } i.icon.expand:before { content: "\f116"; } -i.icon.external.link.sign:before { content: "\f14c"; } -i.icon.external.link:before { content: "\f08e"; } +i.icon.external.url.sign:before { content: "\f14c"; } +i.icon.external.url:before { content: "\f08e"; } i.icon.facebook.sign:before { content: "\f082"; } i.icon.facebook:before { content: "\f09a"; } i.icon.facetime.video:before { content: "\f03d"; } @@ -261,7 +261,7 @@ i.icon.lemon:before { content: "\f094"; } i.icon.level.down:before { content: "\f149"; } i.icon.level.up:before { content: "\f148"; } i.icon.lightbulb:before { content: "\f0eb"; } -i.icon.link:before { content: "\f0c1"; } +i.icon.url:before { content: "\f0c1"; } i.icon.linkedin.sign:before { content: "\f08c"; } i.icon.linkedin:before { content: "\f0e1"; } i.icon.linux:before { content: "\f17c"; }