| | |
| | | |
| | | .top-btn-area { |
| | | /*margin-left: auto;*/ |
| | | margin: 0 1em 0 0; |
| | | } |
| | | |
| | | .top-btn { |
| | | margin: 0 1em 0 1em; |
| | | margin: 0; |
| | | padding: 0 0.2em 0 0.2em; |
| | | height: 28px; |
| | | line-height: 24px; |
| | | text-align: center; |
| | | font-size: large; |
| | | background-color: white; |
| | | /* width: 1em; */ |
| | | } |
| | | |
| | | .del-user-btn { |
| | |
| | | height: 32px; |
| | | line-height: 12px; |
| | | text-align: center; |
| | | font-size: medium; |
| | | } |
| | | |
| | | .danger-btn { |
| | |
| | | /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */ |
| | | |
| | | @font-face { |
| | | font-family: 'pikto'; |
| | | src: url('font/pikto.ttf?37040783') format('truetype'); |
| | | font-family: 'picto'; |
| | | src: url('../font/picto.eot?52325148'); |
| | | src: url('../font/picto.eot?52325148#iefix') format('embedded-opentype'), |
| | | url('../font/picto.woff2?52325148') format('woff2'), |
| | | url('../font/picto.woff?52325148') format('woff'), |
| | | url('../font/picto.ttf?52325148') format('truetype'), |
| | | url('../font/picto.svg?52325148#picto') format('svg'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |
| | | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
| | | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
| | | /* |
| | | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| | | @font-face { |
| | | font-family: 'picto'; |
| | | src: url('../font/picto.svg?52325148#picto') format('svg'); |
| | | } |
| | | } |
| | | */ |
| | | |
| | | [class^="icon-"]:before, [class*=" icon-"]:before { |
| | | font-family: "pikto"; |
| | | font-family: "picto"; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | speak: none; |
| | |
| | | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
| | | } |
| | | |
| | | .icon-folder:before { content: '\e800'; } /* '' */ |
| | | .icon-folder-open:before { content: '\e801'; } /* '' */ |
| | | .icon-th-large:before { content: '\e802'; } /* '' */ |
| | | .icon-th-list:before { content: '\e803'; } /* '' */ |
| | | .icon-doc-text:before { content: '\f0f6'; } /* '' */ |
| | | .icon-folder-empty:before { content: '\f114'; } /* '' */ |
| | | .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
| | | .icon-doc-inv:before { content: '\f15b'; } /* '' */ |
| | | .icon-doc-text-inv:before { content: '\f15c'; } /* '' */ |
| | | |
| | | .icon-user:before { content: '\e800'; } /* '' */ |
| | | .icon-cog:before { content: '\e801'; } /* '' */ |
| | | .icon-off:before { content: '\e802'; } /* '' */ |
| | | .icon-user-plus:before { content: '\f234'; } /* '' */ |
| | | .icon-user-times:before { content: '\f235'; } /* '' */ |
| | | |
| | | /* von Skeleton */ |
| | | |