| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- @import url("../static/vendor/codemirror/codemirror.css");
- @import url("../static/css/bootstrap.min.css");
- .mod-textarea {
- min-height: 200px;
- }
- .panel-title .x-xother {
- float: right;
- font-size: 12px;
- margin-top: 3px;
- color: blue;
- text-decoration: underline;
- }
- .panel-title .x-xother:hover {
- color:red;
- }
- .x-error {
- color:red;
- }
- [v-cloak] {
- display: none;
- }
- .box-infos {
- color:green;
- margin-right: 20px;
- }
- .x-right-info {
- margin-top:5px;
- }
- #fehelper_alertmsg {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 1000000;
- background: #000;
- display: inline-block;
- color: #fff;
- text-align: center;
- padding: 10px 10px;
- margin: 0 auto;
- font-size: 14px;
- border-bottom: 1px solid #aaa;
- }
- .example-links {
- display: inline-block;
- margin-left: 70px;
- }
- .example-links a {
- margin-right: 15px;
- color: #337ab7;
- text-decoration: none;
- font-size: 14px;
- }
- .example-links a:hover {
- color: #23527c;
- text-decoration: underline;
- }
|