| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962 |
- /* ---------------------------------
- / Generic styles & classes
- ----------------------------------*/
- .nf-box {
- background: #fff;
- border: 1px solid #ccc;
- border-radius: 4px;
- padding: 10px;
- }
- /* ---------------------------------
- / Styles for specific admin pages
- ----------------------------------*/
- .no-padding {
- padding: 0 !important;
- }
- div.field-wrap.list-wrap {
- display: block;
- }
- #wpwrap:after {
- content: "";
- clear: both;
- display: table;
- }
- .ninja-forms-save-data {
- clear: both;
- float: none;
- }
- #nav-menus-frame .ninja-forms-new-field,
- #nav-menus-frame .ninja-forms-insert-def-field,
- #nav-menus-frame .ninja-forms-insert-fav-field {
- display: block;
- text-align: center;
- }
- a.ninja-forms-field-add-fav {
- display: block;
- text-decoration: none;
- color: #444;
- }
- a.ninja-forms-field-add-fav:hover span:before {
- content: "\f155";
- }
- a.ninja-forms-field-add-fav span:before {
- content: "\f154";
- }
- a.ninja-forms-field-remove-fav {
- display: block;
- text-decoration: none;
- color: #444;
- }
- a.ninja-forms-field-remove-fav:hover span:before {
- content: "\f154";
- }
- a.ninja-forms-field-remove-fav span:before {
- content: "\f155";
- }
- #editor-toolbar #edButtonHTML, #ed_toolbar, #edButtonPreview {
- display: none;
- }
- #menu-management-liquid #menu-management .menu-edit,
- #menu-management-liquid #menu-management #nav-menu-header,
- #menu-management-liquid #menu-management #nav-menu-footer,
- #menu-management-liquid #menu-management .menu-item-settings {
- border-color: #DFDFDF;
- margin: 0;
- }
- .nav-menus-php #post-body-content {
- float: left;
- }
- #post-body-content .description{
- margin-top: 10px;
- margin-bottom: 10px;
- }
- #post-body-content .description-wide{
- width: 500px;
- }
- #post-body-content .description-thin{
- width: 240px;
- }
- #post-body-content .menu-item-handle{
- width: 510px;
- }
- #post-body-content .menu-item-settings{
- width: 500px;
- padding: 10px;
- }
- #post-body-content .checkbox {
- background: none;
- }
- .postbox {
- margin: 5px 0;
- }
- .postbox .inside, .stuffbox .inside {
- padding: 5px 10px 10px;
- }
- .postbox .inside::after, .stuffbox .inside::after {
- clear: both;
- content: "";
- display: block;
- }
- #menu-settings-column .button-controls {
- clear: none;
- float: left;
- width: 46%;
- margin: 0 2% 3px 2% !important;
- padding: 0;
- }
- #menu-settings-column .button-controls a.button {
- /*border: 1px solid #999;
- display: block;
- margin: 0;
- padding: 0;*/
- text-align: center;
- width: 96%;
- }
- #menu-settings-column .field-controls {
- margin: 0;
- padding: 0;
- }
- .ninja-forms-field-list-options {
- margin-bottom: 10px;
- }
- .list-options {
- background: #fcfcfc;
- border-bottom: 1px solid #ddd;
- padding: 2px 10px;
- width: 100%;
- }
- #field-info {
- padding-top:10px;
- width: 100%;
- }
- .nf-preview {
- margin-left: 10px !important;
- }
- .nav-menus-php .item-edit {
- border-bottom-color: transparent;
- }
- #side-sortables .item-edit {
- color: #fff;
- top: -4px;
- }
- #side-sortables .item-edit::before {
- color: #ccc !important;
- }
- #ninja_forms_admin_metaboxes .item-edit {
- top: -4px;
- text-indent: -9999px;
- }
- #ninja_forms_admin_metaboxes .item-edit::before {
- position: absolute;
- top: 6px;
- right: 10px;
- }
- #ninja_forms_admin_metaboxes textarea {
- min-height: 100px;
- padding: 5px;
- width: 100%;
- }
- .menu-item-settings.list li {
- display:block;
- }
- .ninja_error {
- border: 1px solid red;
- }
- .widefat {
- padding: 5px;
- }
- .wrap-left {
- float: left;
- width: 60%;
- }
- .wrap-right {
- background: #464646;
- color: #fff;
- float: right;
- margin: 0 auto;
- padding: 10px;
- width: 263px;
- }
- .wrap-right img {
- margin: 0 auto;
- }
- .wrap-right h2 {
- color: #fff;
- text-shadow: black 0 1px 0;
- }
- .wrap-right ul {
- background: #fff;
- color: #333;
- list-style: disc;
- list-style-position: inside;
- padding: 20px;
- }
- .form-section {
- background: #F4F4F4;
- border: 1px solid #DFDFDF;
- margin-bottom: 10px;
- padding: 20px;
- }
- #plugin_settings_upload_size {
- text-align:right;
- }
- #icon-ninja-custom-forms {
- background-image: url('../images/wpnj-ninja-head.png') !important;
- }
- #poststuff {
- padding: 10px;
- }
- #poststuff .ninja-forms-field-list .inside {
- margin: 0;
- }
- #poststuff #post-body {
- border: 0;
- }
- #poststuff h2 {
- margin-top: 0;
- }
- .forms_page_ninja-forms-subs #poststuff {
- float: left;
- }
- .menu {
- padding-top: 0;
- }
- #poststuff h3.section-title {
- background: #F4F4F4;
- border-style: solid;
- border-color: #DFDFDF #DFDFDF white;
- border-width: 1px 1px 0;
- color: #AAA;
- text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
- font-size: 12px;
- line-height: 16px;
- display: inline-block;
- padding: 4px 14px 6px;
- text-decoration: none;
- margin: 0 6px -1px 0;
- -moz-border-radius: 3px 3px 0 0;
- -webkit-border-top-left-radius: 3px;
- -webkit-border-top-right-radius: 3px;
- -khtml-border-top-left-radius: 3px;
- -khtml-border-top-right-radius: 3px;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
- #layout-elements {
- background-color: whiteSmoke;
- border-color: #444;
- -moz-box-shadow: inset 0 1px 0 #666666;
- -webkit-box-shadow: inset 0 1px 0 #666666;
- box-shadow: inset 0 1px 0 #666666;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- #layout-elements h3 {
- background-color: #777777;
- background-image: -ms-linear-gradient(bottom,#666666,#777777);
- background-image: -moz-linear-gradient(bottom,#666666,#777777);
- background-image: -o-linear-gradient(bottom,#666666,#777777);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#666666),to(#777777));
- background-image: -webkit-linear-gradient(bottom,#666666,#777777);
- background-image: linear-gradient(bottom,#666666,#777777);
- border-bottom-color: #444;
- -moz-box-shadow: inset 0 1px 0 #777777;
- -webkit-box-shadow: inset 0 1px 0 #777777;
- box-shadow: inset 0 1px 0 #777777;
- color: #fff;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.heading,
- .menu-item-handle.desc,
- .menu-item-handle.hr {
- background-color: #777777;
- background-image: -ms-linear-gradient(bottom,#666666,#777777);
- background-image: -moz-linear-gradient(bottom,#666666,#777777);
- background-image: -o-linear-gradient(bottom,#666666,#777777);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#666666),to(#777777));
- background-image: -webkit-linear-gradient(bottom,#666666,#777777);
- background-image: linear-gradient(bottom,#666666,#777777);
- border: 1px solid #444;
- -moz-box-shadow: inset 0 1px 0 #999;
- -webkit-box-shadow: inset 0 1px 0 #999;
- box-shadow: inset 0 1px 0 #999;
- }
- .menu-item-handle.heading .item-title,
- .menu-item-handle.desc .item-title,
- .menu-item-handle.hr .item-title {
- color: #fff;
- font-size: 12px;
- font-weight: bold;
- padding: 7px 0;
- line-height: 20px;
- display: block;
- margin-right: 13em;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.heading .item-controls,
- .menu-item-handle.desc .item-controls,
- .menu-item-handle.hr .item-controls {
- color: #eee;
- font-size: 12px;
- position: absolute;
- right: 20px;
- top: -1px;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.heading .item-type,
- .menu-item-handle.desc .item-type,
- .menu-item-handle.hr .item-type {
- color: #eee;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-settings.heading,
- .menu-item-settings.desc,
- .menu-item-settings.hr {
- background-color: whiteSmoke;
- border: 1px solid #444;
- }
- #multi-part {
- background-color: whiteSmoke;
- border-color: #a23511;
- -moz-box-shadow: inset 0 1px 0 #b94119;
- -webkit-box-shadow: inset 0 1px 0 #b94119;
- box-shadow: inset 0 1px 0 #b94119;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- #multi-part h3 {
- background-color: #d54e21;
- background-image: -ms-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -moz-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -o-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#b94119),to(#d54e21));
- background-image: -webkit-linear-gradient(bottom,#b94119,#d54e21);
- background-image: linear-gradient(bottom,#b94119,#d54e21);
- border-bottom-color: #a23511;
- -moz-box-shadow: inset 0 1px 0 #d54e21;
- -webkit-box-shadow: inset 0 1px 0 #d54e21;
- box-shadow: inset 0 1px 0 #d54e21;
- color: #fff;
- text-shadow: 0 1px 0 #000;
- }
- #multi-part .howto, #multi-part label, #multi-part .button-controls {
- color: #666;
- }
- .menu-item-handle.steps,
- .menu-item-handle.progressbar,
- .menu-item-handle.divider {
- background-color: #d54e21;
- background-image: -ms-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -moz-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -o-linear-gradient(bottom,#b94119,#d54e21);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#b94119),to(#d54e21));
- background-image: -webkit-linear-gradient(bottom,#b94119,#d54e21);
- background-image: linear-gradient(bottom,#b94119,#d54e21);
- border: 1px solid #a23511;
- -moz-box-shadow: inset 0 1px 0 #eb5e2f;
- -webkit-box-shadow: inset 0 1px 0 #eb5e2f;
- box-shadow: inset 0 1px 0 #eb5e2f;
- }
- .menu-item-handle.steps .item-title,
- .menu-item-handle.progressbar .item-title,
- .menu-item-handle.divider .item-title {
- color: #fff;
- font-size: 12px;
- font-weight: bold;
- padding: 7px 0;
- line-height: 20px;
- display: block;
- margin-right: 13em;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.steps .item-controls,
- .menu-item-handle.progressbar .item-controls,
- .menu-item-handle.divider .item-controls {
- color: #eee;
- font-size: 12px;
- position: absolute;
- right: 20px;
- top: -1px;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.steps .item-type,
- .menu-item-handle.progressbar .item-type,
- .menu-item-handle.divider .item-type {
- color: #eee;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-settings.steps,
- .menu-item-settings.progressbar,
- .menu-item-settings.divider {
- background-color: whiteSmoke;
- border: 1px solid #a23511;
- }
- #defined-fields {
- background-color: whiteSmoke;
- border-color: #12516e;
- -moz-box-shadow: inset 0 1px 0 #1a6485;
- -webkit-box-shadow: inset 0 1px 0 #1a6485;
- box-shadow: inset 0 1px 0 #1a6485;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- #defined-fields h3 {
- background-color: #21759b;
- background-image: -ms-linear-gradient(bottom,#1a6485,#21759b);
- background-image: -moz-linear-gradient(bottom,#1a6485,#21759b);
- background-image: -o-linear-gradient(bottom,#1a6485,#d54e21);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#1a6485),to(#21759b));
- background-image: -webkit-linear-gradient(bottom,#1a6485,#21759b);
- background-image: linear-gradient(bottom,#1a6485,#21759b);
- border-bottom-color: #12516e;
- -moz-box-shadow: inset 0 1px 0 #21759b;
- -webkit-box-shadow: inset 0 1px 0 #21759b;
- box-shadow: inset 0 1px 0 #21759b;
- color: #fff;
- text-shadow: 0 1px 0 #000;
- }
- #defined-fields .howto, #defined-fields label, #defined-fields .button-controls {
- color: #666;
- }
- .menu-item-handle.spam,
- .menu-item-handle.submitbutton {
- background-color: #21759b;
- background-image: -ms-linear-gradient(bottom,#1a6485,#21759b);
- background-image: -moz-linear-gradient(bottom,#1a6485,#21759b);
- background-image: -o-linear-gradient(bottom,#1a6485,#d54e21);
- background-image: -webkit-gradient(linear,left bottom,left top,from(#1a6485),to(#21759b));
- background-image: -webkit-linear-gradient(bottom,#1a6485,#21759b);
- background-image: linear-gradient(bottom,#1a6485,#21759b);
- border: 1px solid #12516e;
- -moz-box-shadow: inset 0 1px 0 #3593bd;
- -webkit-box-shadow: inset 0 1px 0 #3593bd;
- box-shadow: inset 0 1px 0 #3593bd;
- }
- .menu-item-handle.spam .item-title,
- .menu-item-handle.submitbutton .item-title {
- color: #fff;
- font-size: 12px;
- font-weight: bold;
- padding: 7px 0;
- line-height: 20px;
- display: block;
- margin-right: 13em;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.spam .item-controls,
- .menu-item-handle.submitbutton .item-controls {
- color: #eee;
- font-size: 12px;
- position: absolute;
- right: 20px;
- top: -1px;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-handle.spam .item-type,
- .menu-item-handle.submitbutton .item-type {
- color: #eee;
- text-shadow: 0 1px 0 #000;
- }
- .menu-item-settings.spam,
- .menu-item-settings.submitbutton {
- background-color: whiteSmoke;
- border: 1px solid #12516e;
- }
- #post-elements {
- background-color: whiteSmoke;
- border-color: #83acd0;
- -moz-box-shadow: inset 0 1px 0 #e6f3fe;
- -webkit-box-shadow: inset 0 1px 0 #e6f3fe;
- box-shadow: inset 0 1px 0 #e6f3fe;
- -moz-border-radius: 3px;
- -khtml-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- #post-elements h3 {
- background-color: #D3E7F8;
- background-image: -ms-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: -moz-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: -o-linear-gradient(top,#e6f3fe,#d54e21);
- background-image: -webkit-gradient(linear,left top,left bottom,from(#e6f3fe),to(#D3E7F8));
- background-image: -webkit-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: linear-gradient(top,#e6f3fe,#D3E7F8);
- border-bottom-color: #a1caec;
- color: #464646;
- text-shadow: 0 1px 0 #fff;
- }
- #post-elements .howto, #post-elements label, #post-elements .button-controls {
- color: #666;
- }
- .menu-item-handle.posttitle,
- .menu-item-handle.postcontent,
- .menu-item-handle.postexcerpt,
- .menu-item-handle.postcat,
- .menu-item-handle.posttags {
- background-color: #D3E7F8;
- background-image: -ms-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: -moz-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: -o-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: -webkit-gradient(linear,left top,left bottom,from(#e6f3fe),to(#D3E7F8));
- background-image: -webkit-linear-gradient(top,#e6f3fe,#D3E7F8);
- background-image: linear-gradient(top,#e6f3fe,#D3E7F8);
- border: 1px solid #8ab5d9;
- }
- .menu-item-handle.posttitle .item-title,
- .menu-item-handle.postcontent .item-title,
- .menu-item-handle.postexcerpt .item-title,
- .menu-item-handle.postcategory .item-title,
- .menu-item-handle.posttags .item-title {
- color: #464646;
- font-size: 12px;
- font-weight: bold;
- padding: 7px 0;
- line-height: 20px;
- display: block;
- margin-right: 13em;
- text-shadow: 0 1px 0 #fff;
- }
- .menu-item-handle.posttitle .item-controls,
- .menu-item-handle.postcontent .item-controls,
- .menu-item-handle.postexcerpt .item-controls,
- .menu-item-handle.postcategory .item-controls,
- .menu-item-handle.posttags .item-controls {
- color: #999;
- font-size: 12px;
- position: absolute;
- right: 20px;
- top: -1px;
- }
- .menu-item-handle.posttitle .item-type,
- .menu-item-handle.postcontent .item-type,
- .menu-item-handle.postexcerpt .item-type,
- .menu-item-handle.postcategory .item-type,
- .menu-item-handle.posttags .item-type {
- color: #999;
- }
- .menu-item-settings.posttitle,
- .menu-item-settings.postcontent,
- .menu-item-settings.postexcerpt,
- .menu-item-settings.postcategory,
- .menu-item-settings.posttags {
- background-color: whiteSmoke;
- border: 1px solid #83acd0;
- }
- .form-list-inactive {
- background-color: red;
- }
- .ninja-forms-drag {
- cursor: move;
- }
- ul.ninja-forms-field-list, ul.ninja-forms-field-list ul {
- margin: 0 0 0 25px;
- padding: 0;
- list-style-type: none;
- }
- ul.ninja-forms-field-list {
- margin: 1em 0;
- }
- li.test {
- display: inline;
- }
- a.tooltip {outline:none; }
- a.tooltip strong {line-height:30px;}
- a.tooltip:hover {text-decoration:none;}
- a.tooltip span {
- z-index:10;display:none; padding:14px 20px;
- margin-top:-30px; margin-left:28px;
- width:240px; line-height:16px;
- }
- a.tooltip:hover span{
- display:inline; position:absolute; color:#111;
- border:1px solid #DCA; background:#fffAF0;}
- .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
- /*CSS3 extras*/
- a.tooltip span
- {
- border-radius:4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- -moz-box-shadow: 5px 5px 8px #CCC;
- -webkit-box-shadow: 5px 5px 8px #CCC;
- box-shadow: 5px 5px 8px #CCC;
- }
- .nf-brand-header {
- background: #EF4748;
- border-left: 4px solid #424242;
- }
- .nf-brand-header:after {
- clear: both;
- content: "";
- display: block;
- }
- .nf-brand-header .nf-logo {
- background-image: url("https://ninjaforms.com/wp-content/themes/ninja-brand/images/ninja-forms-logo-header.png");
- background-size: 410px 600px;
- background-position: 40px 80px;
- float: left;
- height: 80px;
- width: 410px;
- }
- .nf-brand-header .wpn-logo {
- background: #fff;
- background-image: url("../images/wpninjas-logo.png");
- background-size: 83px 70px;
- background-position: 0 10px;
- background-repeat: no-repeat;
- float: right;
- font-size: 8px;
- height: 80px;
- width: 83px;
- text-align: center;
- }
- .nf-extend {
- float: left;
- margin: 0 20px 20px 0;
- width: 300px;
- position: relative;
- }
- .nf-extend img {
- margin-bottom: 10px;
- max-width: 100%;
- height: auto;
- }
- .nf-extend-content p {
- min-height: 60px;
- }
- .nf-extend .nf-button {
- float: right;
- }
- .nf-extend .nf-doc-button {
- float: left;
- }
- .mp6 .nf-extend {
- background: #fff;
- border: 1px solid #ccc;
- border-radius: 4px;
- float: left;
- margin: 0 20px 20px 0;
- padding: 10px;
- position: relative;
- width: 300px;
- height: 350px;
- }
- .branch-3-8 .nf-extend {
- background: #fff;
- }
- .forms_page_ninja-forms-style h2 .nav-tab {
- font-size: 16px;
- }
- #TB_window {
- overflow: auto !important;
- }
- .list-import-textarea {
- width: 100%;
- height: 200px;
- }
- .ninja-forms-list-option-label-td input {
- width: 170px;
- }
- .ninja-forms-list-option-value-td input {
- width: 100px;
- }
- .ninja-forms-list-option-calc-td input {
- width: 50px;
- }
- .ninja-forms-calculations .label {
- border-radius: 4px;
- padding: 5px;
- overflow: hidden;
- }
- .ninja-forms-calculations {
- border: 1px solid #ccc;
- border-radius: 5px;
- clear: both;
- float: none;
- overflow: hidden;
- }
- .ninja-forms-calculations .label {
- background: #ccc;
- display: block;
- }
- .ninja-forms-calc-row {
- background: #ddd;
- margin: 10px;
- padding: 10px;
- }
- .ninja-forms-calc-row input{
- width: 50px;
- }
- #wpfooter {
- /*display: none;*/
- }
- /* ---------------------------------
- / System Status Page
- ----------------------------------*/
- #debug-report {
- display: none;
- }
- #debug-report textarea {
- height: 200px;
- width: 300px;
- }
- p.debug-report {
- display: inline-block;
- padding: .5em 0;
- }
- .nf-status-table {
- background: #f1f1f1;
- border-radius: 4px 4px 0 0;
- width: 100%;
- }
- .nf-status-table th {
- border-color: #ccc;
- border-style: solid;
- border-width: 1px 1px 0 1px;
- border-radius: 4px 4px 0 0;
- font-size: 1.4em;
- font-weight: normal;
- padding: .5em 0;
- width: 100%;
- }
- .nf-status-table thead:first-child th {
- border-radius: 4px 4px 0 0;
- }
- .nf-status-table td {
- border-color: #ccc;
- border-style: solid;
- border-width: 1px 1px 0px 1px;
- padding: .5em;
- }
- .nf-status-table td:first-child {
- border-left: 1px solid #ccc;
- border-right-width: 0;
- }
- .nf-status-table tbody:last-child td {
- border-bottom-width: 1px;
- }
- /* ---------------------------------
- / WP 3.8 styles
- ----------------------------------*/
- .branch-3-8 #post-body .menu-item-handle,
- .branch-3-9 #post-body .menu-item-handle,
- .branch-4 #post-body .menu-item-handle,
- .branch-4-1 #post-body .menu-item-handle,
- .branch-4-2 #post-body .menu-item-handle,
- .branch-4-3 #post-body .menu-item-handle,
- .branch-4-4 #post-body .menu-item-handle,
- .branch-4-5 #post-body .menu-item-handle,
- .branch-4-6 #post-body .menu-item-handle,
- .branch-4-7 #post-body .menu-item-handle {
- background: #fff;
- padding: 10px 5px 10px 10px;
- }
- .branch-3-8 #post-body .menu-item-settings,
- .branch-3-9 #post-body .menu-item-settings,
- .branch-4 #post-body .menu-item-settings,
- .branch-4-1 #post-body .menu-item-settings,
- .branch-4-2 #post-body .menu-item-settings,
- .branch-4-3 #post-body .menu-item-settings,
- .branch-4-4 #post-body .menu-item-settings,
- .branch-4-5 #post-body .menu-item-settings,
- .branch-4-6 #post-body .menu-item-settings,
- .branch-4-7 #post-body .menu-item-settings {
- background: #fff;
- padding: 12px;
- }
- .branch-3-8 #post-body #post-body-content h3,
- .branch-3-9 #post-body #post-body-content h3,
- .branch-4 #post-body #post-body-content h3,
- .branch-4-1 #post-body #post-body-content h3,
- .branch-4-2 #post-body #post-body-content h3,
- .branch-4-3 #post-body #post-body-content h3,
- .branch-4-4 #post-body #post-body-content h3,
- .branch-4-5 #post-body #post-body-content h3,
- .branch-4-6 #post-body #post-body-content h3,
- .branch-4-7 #post-body #post-body-content h3 {
- margin-top: 0;
- }
- /*.branch-3-8 .item-controls {
- top: 5px;
- }*/
- .branch-3-8 #TB_window .item-controls,
- .branch-3-9 #TB_window .item-controls,
- .branch-4 #TB_window .item-controls,
- .branch-4-1 #TB_window .item-controls,
- .branch-4-2 #TB_window .item-controls,
- .branch-4-3 #TB_window .item-controls,
- .branch-4-4 #TB_window .item-controls,
- .branch-4-5 #TB_window .item-controls,
- .branch-4-6 #TB_window .item-controls,
- .branch-4-7 #TB_window .item-controls {
- top: -5px;
- }
- .branch-4-5 .inside::after,
- .branch-4-6 .inside::after,
- .branch-4-7 .inside::after {
- clear: both;
- content: "";
- display: block;
- }
- .branch-4-5.nav-menus-php .item-edit,
- .branch-4-6.nav-menus-php .item-edit,
- .branch-4-7.nav-menus-php .item-edit {
- visibility: hidden;
- }
- .branch-4-5.nav-menus-php .item-edit::before,
- .branch-4-6.nav-menus-php .item-edit::before,
- .branch-4-7.nav-menus-php .item-edit::before {
- visibility: visible;
- }
- .nf-more-actions {
- display: inline-block;
- padding-top: 6px;
- }
- .nf-more-actions a span {
- font-size: 14px;
- text-decoration: none;
- padding-top: 2px;
- }
- .nf-preview,
- .nf-subs {
- text-decoration: none;
- }
- .nf-preview span,
- .nf-subs span {
- font-size: 20px;
- width: 30px;
- height: 28px;
- padding-top: 3px;
- margin-left: -5px;
- }
- .nf-subs-svg {
- height: 27px;
- }
- .nf-remove-list-option {
- color: #444;
- text-decoration:none;
- }
- .nf-remove-list-option:hover {
- color:gray;
- }
- .nf-field-settings {
- overflow: auto;
- margin-top: 5px !important;
- margin-bottom: 5px !important;
- }
- .nf-field-settings .title {
- background: #f1f1f1;
- padding: 5px 10px;
- cursor: pointer;
- }
- .nf-field-settings .dashicons {
- float: right;
- cursor: pointer;
- }
- .item-edit.open:before {
- content: '\f142' ! important;
- }
- /*.nf-field-settings .inside {
- background: #f1f1f1;
- padding: 5px;
- }
- .nf-field-settings .inside:after {
- clear: both;
- content: '';
- display: block;
- }*/
- .nf-nuke-warning {
- font-weight: bold;
- text-decoration: underline;
- }
- .about-overview {
- padding: 20px;
- }
- .about-overview iframe {
- display: block;
- margin: 0 auto;
- }
- .querystring-error {
- color: red;
- }
- input[type=text].error {
- border: solid red;
- }
|