admin.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. #comments {
  2. font-size: 12px;
  3. border-width: 1px;
  4. border-style: solid;
  5. border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221);
  6. color: rgb(68, 68, 68);
  7. float: left;
  8. width: 100%;
  9. padding: 5px 5px 5px 0px;
  10. vertical-align: middle;
  11. background-image: url('../img/icon_comment24x24.png');
  12. background-color: rgb(251, 251, 251);
  13. box-shadow: rgb(238, 238, 238) 0px 2px 3px;
  14. background-position: 10px 50%;
  15. background-repeat: no-repeat no-repeat;
  16. }
  17. #comments #userAccount {
  18. padding: 5px 0px;
  19. margin: 0px;
  20. right: 15px;
  21. float: right;
  22. display: inline-block;
  23. }
  24. #loginResponse {
  25. color: red;
  26. font-style: italic;
  27. }
  28. .bt_toolbar,#accountInfo a,#userAccount #bt_logIn,#userAccount #bt_logOff,#userAccount #bt_editProfile
  29. {
  30. background-color: rgb(223, 241, 255);
  31. cursor: pointer;
  32. font-size: 0.8em;
  33. color: rgb(51, 51, 51);
  34. text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  35. text-decoration: none;
  36. padding: 5px 10px;
  37. min-width: 60px;
  38. border: 1px solid rgb(221, 221, 221);
  39. border-top-left-radius: 5px;
  40. border-top-right-radius: 5px;
  41. border-bottom-right-radius: 5px;
  42. border-bottom-left-radius: 5px;
  43. margin: 0px 0px 0px 10px;
  44. box-shadow: rgb(221, 221, 221) 1px 1px 7px;
  45. }
  46. .btnHGlue {
  47. display: inline-block;
  48. width: 30px;
  49. height: 10px;
  50. }
  51. .btn,.bt_cancel,#l_bt_submit_nc,#bt_recover,#bt_signUp,#logIn,#l_bt_submit_log,#bt_passwd,.span_bt,#bt_profile,#bt_close
  52. {
  53. background-color: rgb(249, 249, 249);
  54. border: 1px solid rgb(221, 221, 221);
  55. border-top-left-radius: 5px;
  56. border-top-right-radius: 5px;
  57. border-bottom-right-radius: 5px;
  58. border-bottom-left-radius: 5px;
  59. box-shadow: rgb(221, 221, 221) 1px 1px 3px;
  60. min-width: 60px;
  61. color: rgb(68, 68, 68);
  62. text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  63. cursor: pointer;
  64. padding: 6px 10px;
  65. margin-top: 15px;
  66. display: inline-block;
  67. font-size: 0.9em;
  68. font-style: normal;
  69. text-align: center;
  70. }
  71. .btn:HOVER,.bt_cancel:hover,#l_bt_submit_nc:hover,#bt_recover:hover,#bt_signUp:hover,#logIn:hover,#l_bt_submit_log:hover,.span_bt:hover,#bt_passwd:hover,#bt_profile:hover, #bt_close:hover
  72. {
  73. color:#000;
  74. border:1px solid #ccc;
  75. background-color: #E1F1FF;
  76. box-shadow: 1px 1px 3px #ddd;
  77. }
  78. #cm_count,#preload {
  79. margin-left: 35px;
  80. }
  81. #cm_count,#cm_title {
  82. font-weight: bold;
  83. font-size: 1.2em;
  84. padding-left: 5px;
  85. }
  86. #loginData,#recoverPwd,#signUp {
  87. width: 350px;
  88. position: absolute;
  89. clear: both;
  90. background-color: rgb(255, 255, 255);
  91. border-top-left-radius: 7px;
  92. border-top-right-radius: 7px;
  93. border-bottom-right-radius: 7px;
  94. border-bottom-left-radius: 7px;
  95. border-width: 0px 1px 1px;
  96. border-right-style: solid;
  97. border-bottom-style: solid;
  98. border-left-style: solid;
  99. border-right-color: rgb(204, 204, 204);
  100. border-bottom-color: rgb(204, 204, 204);
  101. border-left-color: rgb(204, 204, 204);
  102. float: left;
  103. padding: 10px;
  104. box-shadow: rgb(153, 153, 153) 1px 1px 10px;
  105. top: 20%;
  106. left: 50%;
  107. margin-top: -15%;
  108. margin-left: -25%;
  109. z-index: 100;
  110. }
  111. .login {
  112. font-size: 1em;
  113. width: 96%;
  114. padding: 2%;
  115. }
  116. .login thead td {
  117. font-size: 1.2em;
  118. font-weight: bold;
  119. }
  120. .login td:first-child {
  121. width: 50%;
  122. }
  123. .bt_close {
  124. clear: both;
  125. background-image: url("../img/close.png");
  126. background-repeat: no-repeat;
  127. /*background-position:5px 5px;*/
  128. position: relative;
  129. cursor: pointer;
  130. width: 20px;
  131. height: 20px;
  132. padding: 0px 4px 0 4px;
  133. text-align: center;
  134. float: right;
  135. margin-top: 10px;
  136. }
  137. .bt_close:HOVER {
  138. background-image: url("../img/close_hover.png");
  139. }
  140. #preload img {
  141. padding: 0px 5px;
  142. margin-bottom: 0px;
  143. }
  144. #adminMenu {
  145. clear: both;
  146. float: right;
  147. padding: 5px 0px;
  148. margin: 0px;
  149. right: 15px;
  150. display: inline-block;
  151. }
  152. #adminMenu .span_bt {
  153. float: right;
  154. margin-right: 20px;
  155. }
  156. .formTitle {
  157. height: 30px;
  158. font-weight: bold;
  159. font-size: 1.2em;
  160. float: left;
  161. padding: 10px;
  162. }
  163. #loginData input,#recoverPwd input,#signUp input {
  164. line-height: 18px;
  165. margin: 10px 0px 0px;
  166. }
  167. #v_preload {
  168. height: 30px;
  169. font-weight: bold;
  170. font-size: 1.2em;
  171. float: left;
  172. padding: 10px;
  173. }
  174. #setVersionInfo {
  175. clear: both;
  176. padding: 10px;
  177. }
  178. #exportDiv {
  179. position: absolute;
  180. clear: both;
  181. width: 60%;
  182. background-color: rgb(255, 255, 255);
  183. border-top-left-radius: 7px;
  184. border-top-right-radius: 7px;
  185. border-bottom-right-radius: 7px;
  186. border-bottom-left-radius: 7px;
  187. border-width: 0px 1px 1px;
  188. border-right-style: solid;
  189. border-bottom-style: solid;
  190. border-left-style: solid;
  191. border-right-color: rgb(204, 204, 204);
  192. border-bottom-color: rgb(204, 204, 204);
  193. border-left-color: rgb(204, 204, 204);
  194. float: none;
  195. padding: 10px;
  196. box-shadow: rgb(153, 153, 153) 1px 1px 10px;
  197. top: 30%;
  198. left: 50%;
  199. min-width: 400px;
  200. margin-top: -10%;
  201. margin-left: -30%;
  202. z-index: 100;
  203. }
  204. .bt_inactiv {
  205. background-color: rgb(239, 239, 239);
  206. border-top-left-radius: 5px;
  207. border-top-right-radius: 5px;
  208. border-bottom-right-radius: 5px;
  209. border-bottom-left-radius: 5px;
  210. box-shadow: rgb(170, 170, 170) 0px 1px 4px;
  211. min-width: 60px;
  212. color: rgb(221, 221, 221);
  213. text-shadow: rgb(255, 255, 255) 0px 1px 0px;
  214. cursor: pointer;
  215. padding: 6px 10px;
  216. margin-top: 15px;
  217. display: inline-block;
  218. font-size: 0.9em;
  219. text-align: center;
  220. border: 0px;
  221. }
  222. body {
  223. font-family: arial, helvetica, verdana;
  224. font-size: 0.9em;
  225. }
  226. #msgInfo {
  227. }
  228. #adminMenu {
  229. padding: 5px 0px;
  230. margin: 0px;
  231. right: 15px;
  232. float: right;
  233. }
  234. #inlineViewDiv {
  235. position: absolute;
  236. clear: both;
  237. width: 90%;
  238. height: 80%;
  239. background-color: rgb(255, 255, 255);
  240. border-top-left-radius: 7px;
  241. border-top-right-radius: 7px;
  242. border-bottom-right-radius: 7px;
  243. border-bottom-left-radius: 7px;
  244. border: 1px solid rgb(204, 204, 204);
  245. box-shadow: rgb(153, 153, 153) 1px 1px 10px;
  246. float: none;
  247. padding: 10px;
  248. top: 7%;
  249. left: 5%;
  250. overflow: hidden;
  251. }
  252. .inLineFormTitle {
  253. height: 5%;
  254. font-weight: bold;
  255. font-size: 1.2em;
  256. float: left;
  257. padding: 10px;
  258. }
  259. #setVersionDiv {
  260. position: absolute;
  261. clear: both;
  262. background-color: rgb(255, 255, 255);
  263. border-top-left-radius: 7px;
  264. border-top-right-radius: 7px;
  265. border-bottom-right-radius: 7px;
  266. border-bottom-left-radius: 7px;
  267. border-width: 0px 1px 1px;
  268. border-right-style: solid;
  269. border-bottom-style: solid;
  270. border-left-style: solid;
  271. border-right-color: rgb(204, 204, 204);
  272. border-bottom-color: rgb(204, 204, 204);
  273. border-left-color: rgb(204, 204, 204);
  274. float: none;
  275. box-shadow: rgb(153, 153, 153) 1px 1px 10px;
  276. top: 10%;
  277. left: 50%;
  278. width: 50%;
  279. padding: 15px;
  280. margin-left: -25%;
  281. z-index: 100;
  282. }
  283. table#usersList {
  284. width: 100%
  285. }
  286. table#usersList td {
  287. padding: 10px
  288. }
  289. table#usersList thead {
  290. background-color: #336699;
  291. color: #fff;
  292. text-shadow: 0 1px 0 #333;
  293. text-align: left;
  294. text-indent: 15px
  295. }
  296. .tbHRow {
  297. width: 98%;
  298. height:100%;
  299. float: left;
  300. padding: 5px 0px 5px 0px;
  301. border-bottom: 1px solid #ccc;
  302. background-color: #69c;
  303. color: #fff;
  304. text-shadow: 0 1px 0 #333;
  305. text-align: center;
  306. }
  307. .tbRow {
  308. float: left;
  309. width: 99%;
  310. padding-bottom: 5px;
  311. border-bottom: 1px solid #ccc;
  312. vertical-align: middle;
  313. }
  314. .tbRow:hover {
  315. background-color:#fffff0;
  316. }
  317. .tbCell {
  318. float: left;
  319. vertical-align: middle;
  320. padding-left:5px;
  321. }
  322. .tbCell p{
  323. }
  324. table#usersList tbody td {
  325. border: 1px solid #fff;
  326. }
  327. table#usersList tbody tr:HOVER { /* background-color: lightyellow;*/
  328. background-color: #F2FAFF;
  329. cursor: pointer;
  330. border-top: 1px solid #eee;
  331. border-bottom: 1px solid #ccc;
  332. }
  333. table#usersList #editUser table tr:HOVER {
  334. background-color: #fff;
  335. }
  336. table#usersList thead {
  337. font-weight:bold;
  338. background-color: #336699;
  339. color: #fff;
  340. text-shadow: 0 1px 0 #333;
  341. text-align: left;
  342. text-indent: 5px;
  343. }
  344. .listTitle,.listTitleV{
  345. width: 44%;
  346. float: left;
  347. padding-bottom: 5px;
  348. /*border-bottom: 1px solid #ddd;*/
  349. margin-bottom:5px;
  350. margin-left:5px;
  351. font-weight: bold;
  352. float: left;
  353. }
  354. table#usersList tbody td{
  355. font-size: 0.8em;
  356. padding: 5px;
  357. }
  358. .products{
  359. clear: both;
  360. border: 1px solid #ccc;
  361. width: 44%;
  362. float: left;
  363. padding: 5px;
  364. }
  365. .formTitle {
  366. height: 30px;
  367. font-weight: bold;
  368. font-size: 1.2em;
  369. float: left;
  370. padding: 10px 10px 10px 10px;
  371. }
  372. #loginData input, #recoverPwd input,#signUp input{
  373. line-height: 18px;
  374. margin: 10px 0 0 0;
  375. }
  376. .v_true,.v_false {
  377. padding: 3px 5px 3px 5px;
  378. width: 30px;
  379. height: 20px;
  380. background-color: #eee;
  381. border-radius: 5px;
  382. text-align: center;
  383. text-shadow: 0 1px 0 #fff;
  384. cursor: pointer;
  385. font-size: 1em;
  386. box-shadow: 0px 1px 2px #999;
  387. float: left;
  388. margin-top: 15px;
  389. margin-left: 10px;
  390. }
  391. .versionTimeLine {
  392. float: left;
  393. width: 56px;
  394. background-image: url('../img/timeVersion.png');
  395. background-position: 50% 0px;
  396. background-repeat: no-repeat;
  397. margin-bottom: 10px;
  398. }
  399. .v_true:hover,.v_false:hover {
  400. background-color: #98C1D6;
  401. text-shadow: 0 1px 0 #ddd;
  402. margin-left: 10px;
  403. }
  404. .v_true {
  405. background-color: #dfd;
  406. }
  407. .versions{
  408. border: 1px solid #ccc;
  409. width: 44%;
  410. float: left;
  411. padding: 5px;
  412. margin-left: 20px;
  413. }
  414. .inLineBand {
  415. clear: both;
  416. float: left;
  417. padding: 10px 0px 0px;
  418. width: 100%;
  419. height: 40px;
  420. }
  421. #ex_inline {
  422. max-height: 82%;
  423. overflow: auto;
  424. width: 100%;
  425. }
  426. #editUser td {
  427. height: 2em;
  428. }
  429. #editUser {
  430. z-index: 10;
  431. background-color: rgb(255, 255, 255);
  432. border: 1px solid rgb(204, 204, 204);
  433. position: absolute;
  434. min-width: 400px;
  435. width: 50%;
  436. box-shadow: rgb(85, 85, 85) 1px 1px 15px;
  437. padding: 15px;
  438. left: 50%;
  439. margin-top: -100px;
  440. margin-left: -300px;
  441. }
  442. #editUser table {
  443. width: 100%;
  444. }
  445. #editUser table input[type="text"] {
  446. width: 90%;
  447. }
  448. #editUser table td:first-child {
  449. width: 200px;
  450. }
  451. #adminUsers {
  452. float: left;
  453. }
  454. #adminUsers form fieldset {
  455. border: 0px solid rgb(238, 238, 238);
  456. }
  457. .toolbar {
  458. height: 55px;
  459. }
  460. .product_Versions,.selectable,.p_selectable,.band {
  461. clear: both;
  462. float: left;
  463. width: 100%;
  464. }
  465. .product_Versions,
  466. .selectable,
  467. .p_selectable,
  468. .band {
  469. clear: both;
  470. float: left;
  471. width: 100%;
  472. }
  473. .selectable,
  474. .p_selectable {
  475. cursor: pointer;
  476. }
  477. .selectedItem {
  478. background-color: #369;
  479. color: #fff;
  480. }
  481. .1selectable:hover,
  482. .1p_selectable:hover {
  483. background-color: #58b;
  484. color: #fff;
  485. cursor: pointer;
  486. }
  487. .cb-element{
  488. margin:1px 5px 1px 5px;
  489. vertical-align: top;
  490. }
  491. input.ck{
  492. margin-bottom: 18px;
  493. }