| @@ -11,9 +11,10 @@ | ||
| 11 | 11 | width: 100%; |
| 12 | 12 | |
| 13 | 13 | font-weight: 300; |
| 14 | 14 | |
| 15 | - display: flex; | |
| 15 | + font-size: 1.25em; | |
| 16 | + | |
| 16 | 17 | } |
| 17 | 18 | |
| 18 | 19 | |
| 19 | 20 | |
| @@ -20,9 +21,9 @@ | ||
| 20 | 21 | /* Nav */ |
| 21 | 22 | |
| 22 | 23 | .wp-chatbot-tabs nav { |
| 23 | 24 | |
| 24 | - width: 16%; | |
| 25 | + width: 25%; | |
| 25 | 26 | |
| 26 | 27 | display: block; |
| 27 | 28 | |
| 28 | 29 | float: left; |
| @@ -37,14 +38,62 @@ | ||
| 37 | 38 | position: relative; |
| 38 | 39 | margin: 0 auto; |
| 39 | 40 | padding: 0; |
| 40 | 41 | list-style: none; |
| 41 | - margin-bottom: 15px; | |
| 42 | + margin-bottom: 35px; | |
| 42 | 43 | |
| 43 | 44 | } |
| 44 | 45 | |
| 45 | 46 | |
| 46 | 47 | |
| 48 | +.wp-chatbot-tabs nav ul li { | |
| 49 | + | |
| 50 | + position: relative; | |
| 51 | + | |
| 52 | + border-bottom: 1px solid #4d565f; | |
| 53 | + | |
| 54 | + z-index: 1; | |
| 55 | + | |
| 56 | + display: block; | |
| 57 | + | |
| 58 | + margin: 0; | |
| 59 | + | |
| 60 | + text-align: left; | |
| 61 | + | |
| 62 | + -webkit-flex: 1; | |
| 63 | + | |
| 64 | + -moz-flex: 1; | |
| 65 | + | |
| 66 | + -ms-flex: 1; | |
| 67 | + | |
| 68 | + flex: 1; | |
| 69 | + | |
| 70 | +} | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | +.wp-chatbot-tabs nav a { | |
| 75 | + | |
| 76 | + position: relative; | |
| 77 | + | |
| 78 | + display: block; | |
| 79 | + | |
| 80 | + overflow: hidden; | |
| 81 | + | |
| 82 | + text-overflow: ellipsis; | |
| 83 | + | |
| 84 | + white-space: nowrap; | |
| 85 | + | |
| 86 | + line-height: 2.5; | |
| 87 | + | |
| 88 | + text-decoration: none; | |
| 89 | + | |
| 90 | + /*padding: 10px 20px;*/ | |
| 91 | + | |
| 92 | +} | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 47 | 96 | .wp-chatbot-tabs nav a span { |
| 48 | 97 | |
| 49 | 98 | vertical-align: middle; |
| 50 | 99 | |
| @@ -52,8 +101,25 @@ | ||
| 52 | 101 | |
| 53 | 102 | } |
| 54 | 103 | |
| 55 | 104 | |
| 105 | + | |
| 106 | +.wp-chatbot-tabs nav li.tab-current a { | |
| 107 | + | |
| 108 | + color: #74777b; | |
| 109 | + | |
| 110 | +} | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | +.wp-chatbot-tabs nav a:focus { | |
| 115 | + | |
| 116 | + outline: none; | |
| 117 | + | |
| 118 | +} | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 56 | 122 | /* Content */ |
| 57 | 123 | |
| 58 | 124 | .content-wrap { |
| 59 | 125 | |
| @@ -58,14 +124,15 @@ | ||
| 58 | 124 | .content-wrap { |
| 59 | 125 | |
| 60 | 126 | position: relative; |
| 61 | 127 | |
| 62 | - width: 64%; | |
| 128 | + width: 75%; | |
| 63 | 129 | |
| 64 | 130 | display: block; |
| 65 | 131 | |
| 66 | 132 | float: left; |
| 67 | 133 | |
| 134 | + min-height: 600px; | |
| 68 | 135 | |
| 69 | 136 | } |
| 70 | 137 | |
| 71 | 138 | |
| @@ -77,8 +144,9 @@ | ||
| 77 | 144 | margin: 0 auto; |
| 78 | 145 | |
| 79 | 146 | padding: 1em; |
| 80 | 147 | |
| 148 | + max-width: 1200px; /*text-align: center;*/ | |
| 81 | 149 | |
| 82 | 150 | } |
| 83 | 151 | |
| 84 | 152 | |
| @@ -89,8 +157,17 @@ | ||
| 89 | 157 | |
| 90 | 158 | } |
| 91 | 159 | |
| 92 | 160 | |
| 161 | + | |
| 162 | +.top-section .row { | |
| 163 | + | |
| 164 | + padding-top: 15px; | |
| 165 | + | |
| 166 | + padding-bottom: 15px; | |
| 167 | + | |
| 168 | +} | |
| 169 | + | |
| 93 | 170 | .wp-chatbot-lng-items .row, #wp-chatbot-language-section .row{ |
| 94 | 171 | |
| 95 | 172 | padding-top: 2px; |
| 96 | 173 | |
| @@ -175,9 +252,16 @@ | ||
| 175 | 252 | /*****************************/ |
| 176 | 253 | |
| 177 | 254 | |
| 178 | 255 | |
| 256 | +.wp-chatbot-tabs-style-flip { | |
| 179 | 257 | |
| 258 | + max-width: 1200px; | |
| 259 | + | |
| 260 | +} | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 180 | 264 | .wp-chatbot-tabs-style-flip nav a { |
| 181 | 265 | |
| 182 | 266 | padding: 0.5em 1em; |
| 183 | 267 | |
| @@ -182,8 +266,12 @@ | ||
| 182 | 266 | padding: 0.5em 1em; |
| 183 | 267 | |
| 184 | 268 | color: #33B0D9; |
| 185 | 269 | |
| 270 | + -webkit-transition: color 0.3s; | |
| 271 | + | |
| 272 | + transition: color 0.3s; | |
| 273 | + | |
| 186 | 274 | font-size: 18px; |
| 187 | 275 | |
| 188 | 276 | } |
| 189 | 277 | |
| @@ -202,9 +290,9 @@ | ||
| 202 | 290 | |
| 203 | 291 | |
| 204 | 292 | .wp-chatbot-tabs-style-flip nav a span { |
| 205 | 293 | |
| 206 | - text-transform: capitalize; | |
| 294 | + text-transform: uppercase; | |
| 207 | 295 | |
| 208 | 296 | letter-spacing: 1px; |
| 209 | 297 | |
| 210 | 298 | font-weight: 700; |
| @@ -322,28 +410,9 @@ | ||
| 322 | 410 | font-size: 14px !important; |
| 323 | 411 | } |
| 324 | 412 | .panel-default>.panel-heading+.panel-collapse>.panel-body { |
| 325 | 413 | border-top-color: #ddd; |
| 326 | - font-size: 15px; | |
| 414 | + font-size: 14px; | |
| 327 | 415 | } |
| 328 | 416 | .wp-chatbot-language-center-summmery { |
| 329 | 417 | DISPLAY: NONE !important; |
| 330 | - } | |
| 331 | - | |
| 332 | - header.wp-chatbot-admin-header h3 { | |
| 333 | - color: #fff; | |
| 334 | - } | |
| 335 | - | |
| 336 | - .top-section .row .cxsc-settings-blocks { | |
| 337 | - background-color: #fff; | |
| 338 | - border: 1px solid #fff; | |
| 339 | - margin: 0; | |
| 340 | - padding: 0; | |
| 341 | - box-shadow: none; | |
| 342 | - width: auto; | |
| 343 | -} | |
| 344 | - | |
| 345 | -.wrapTexttop-lite .alert.alert-warning { | |
| 346 | - margin: 0 0 15px 0; | |
| 347 | -} | |
| 348 | - | |
| 349 | - | |
| 418 | + } | |