Browse Source
Fixes dropdown in forum, fixes issue with html formatting in forum posts
Fixes dropdown in forum, fixes issue with html formatting in forum posts
not being sanitized, fixes pagination, changes breadcrumbs to new style Former-commit-id:pull/258/head04b037fb90
Former-commit-id:7632b4a136
13 changed files with 41 additions and 111 deletions
Split View
Diff Options
-
2build/minified/elements/button.min.css
-
1build/minified/views/notecard.min.css
-
2build/packaged/semantic.min.css.REMOVED.git-id
-
1build/uncompressed/elements/button.css
-
81build/uncompressed/views/notecard.css
-
6node/src/documents/guide/javascriptguide.html
-
1node/src/files/components/semantic/elements/button.css
-
32node/src/layouts/default.html.eco
-
8src/collections/breadcrumb.less
-
2src/collections/menu.less
-
1src/elements/button.less
-
4src/modules/dropdown.js
-
11src/modules/dropdown.less
2
build/minified/elements/button.min.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1 +0,0 @@ |
|||
.ui.notecard{position:relative;width:520px;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#FDFBE9;border:1px solid #DDD;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);-moz-box-shadow:0 2px 2px rgba(0,0,0,.1);box-shadow:0 2px 2px rgba(0,0,0,.1)}.ui.notecard .stripes{height:100%;margin-top:10px;padding:0 5px 10px;background:url(../images/notecard-stripes.png) repeat;line-height:21px}.ui.notecard .stripes h2{margin:0;font-size:20px;font-weight:700}.ui.notecard .stripes p{margin:0;padding:0;font-size:12px}.ui.notecard .stripes .image{display:block;overflow:hidden;border:1px solid #DAD8C9;background:#fff url(../images/placeholder-tiny.png) no-repeat center center;padding:4px}.ui.notecard .stripes .image img{display:block}.ui.notecard br,.ui.notecard hr{height:21px;border:0;background-color:transparent}.ui.notecard.simple .stripes{margin-top:10px;background-image:-moz-repeating-linear-gradient(transparent 19px,rgba(255,255,255,.2) 20px,transparent 0,transparent 40px);background-image:-webkit-repeating-linear-gradient(transparent 19px,rgba(255,255,255,.2) 20px,transparent 0,transparent 40px);background-image:-ms-repeating-linear-gradient(transparent 19px,rgba(255,255,255,.2) 20px,transparent 0,transparent 40px);background-image:-o-repeating-linear-gradient(transparent 19px,rgba(255,255,255,.2) 20px,transparent 0,transparent 40px);background-image:repeating-linear-gradient(transparent 19px,rgba(255,255,255,.2) 20px,transparent 0,transparent 40px)}.ui.notecard.contrast{border:0;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.7);-moz-box-shadow:0 2px 2px rgba(0,0,0,.7);box-shadow:0 2px 2px rgba(0,0,0,.7)}.ui.clipped.notecard.paperclip img{height:auto;width:135px}.ui.clipped.notecard.stripes{min-height:150px;padding:0 5px 10px 160px} |
@ -1 +1 @@ |
|||
7ed8602481cf41364ed6f3413e86d8c51e4afd3c |
|||
d5126e819282f982660cb8f29a282f2474587f64 |
@ -1,81 +0,0 @@ |
|||
/******************************* |
|||
UI Cover View |
|||
*******************************/ |
|||
/*-------------- |
|||
UI Note Card |
|||
---------------*/ |
|||
/* Normal */ |
|||
.ui.notecard { |
|||
position: relative; |
|||
width: 520px; |
|||
padding: 10px; |
|||
-webkit-box-sizing: border-box; |
|||
-moz-box-sizing: border-box; |
|||
-ms-box-sizing: border-box; |
|||
box-sizing: border-box; |
|||
background-color: #FDFBE9; |
|||
border: 1px solid #DDDDDD; |
|||
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); |
|||
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); |
|||
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); |
|||
} |
|||
.ui.notecard .stripes { |
|||
height: 100%; |
|||
margin-top: 10px; |
|||
padding: 0px 5px 10px; |
|||
background: url(../images/notecard-stripes.png) repeat; |
|||
line-height: 21px; |
|||
} |
|||
.ui.notecard .stripes h2 { |
|||
margin: 0px; |
|||
font-size: 20px; |
|||
font-weight: bold; |
|||
} |
|||
.ui.notecard .stripes p { |
|||
margin: 0px; |
|||
padding: 0px; |
|||
font-size: 12px; |
|||
} |
|||
.ui.notecard .stripes .image { |
|||
display: block; |
|||
overflow: hidden; |
|||
border: 1px solid #DAD8C9; |
|||
background: #ffffff url(../images/placeholder-tiny.png) no-repeat center center; |
|||
padding: 4px; |
|||
} |
|||
.ui.notecard .stripes .image img { |
|||
display: block; |
|||
} |
|||
.ui.notecard br, |
|||
.ui.notecard hr { |
|||
height: 21px; |
|||
border: none; |
|||
background-color: transparent; |
|||
} |
|||
/* imageless */ |
|||
.ui.notecard.simple .stripes { |
|||
margin-top: 10px; |
|||
background-image: -moz-repeating-linear-gradient(transparent 19px, rgba(255, 255, 255, 0.2) 20px, transparent 0px, transparent 40px); |
|||
background-image: -webkit-repeating-linear-gradient(transparent 19px, rgba(255, 255, 255, 0.2) 20px, transparent 0px, transparent 40px); |
|||
background-image: -ms-repeating-linear-gradient(transparent 19px, rgba(255, 255, 255, 0.2) 20px, transparent 0px, transparent 40px); |
|||
background-image: -o-repeating-linear-gradient(transparent 19px, rgba(255, 255, 255, 0.2) 20px, transparent 0px, transparent 40px); |
|||
background-image: repeating-linear-gradient(transparent 19px, rgba(255, 255, 255, 0.2) 20px, transparent 0px, transparent 40px); |
|||
} |
|||
/* contrast */ |
|||
.ui.notecard.contrast { |
|||
border: none; |
|||
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7); |
|||
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7); |
|||
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7); |
|||
} |
|||
/*-------------- |
|||
Clipped |
|||
---------------*/ |
|||
.ui.clipped.notecard.paperclip img { |
|||
height: auto; |
|||
width: 135px; |
|||
} |
|||
.ui.clipped.notecard.stripes { |
|||
min-height: 150px; |
|||
padding: 0px 5px 10px 160px; |
|||
} |
Write
Preview
Loading…
Cancel
Save