File tree 2 files changed +53
-54
lines changed
2 files changed +53
-54
lines changed Original file line number Diff line number Diff line change @@ -278,60 +278,6 @@ function createRoom($name){
278
278
}
279
279
include_once "_adminclude.php " ;
280
280
?>
281
- <style type="text/css" media="screen">
282
- #sortable {
283
- list-style-type: none;
284
- }
285
- #sortable li {
286
- height: auto;
287
- display: block;
288
- }
289
- #sortable li div span.ui-icon {
290
- border: 1px solid #8C58BE;
291
- background-color: #E6B2FF;
292
- margin-left: 5px;
293
- }
294
- #sortable li div span.ui-icon.ui-icon-closethick {
295
- cursor: pointer;
296
- }
297
- #sortable li div span.ui-icon.ui-icon-arrow-4-diag {
298
- cursor: move;
299
- }
300
- .sortable-placeholder {
301
- border: 3px dashed #ccc;
302
- background: #e6e6e6;
303
- height: 200px;
304
- margin-bottom: 15px;
305
- }
306
- #beskrivning, #list-rum {
307
- color:#000;
308
- }
309
- #beskrivning {
310
- overflow:hidden;
311
- }
312
- #list-rum {
313
- width:475px;
314
- margin-left:5px;
315
- }
316
- #list-rum a {
317
- width:475px;
318
- text-transform:capitalize;
319
- margin-bottom: 5px;
320
- }
321
- #tabs li {
322
- /*height:33px;*/
323
- }
324
- #dialog-tab input,#dialog-tab textarea {
325
- margin:0px;
326
- }
327
- #dialog-kontakt input,#dialog-kontakt textarea {
328
- margin:0px;
329
- }
330
- #accordion input{
331
- width:100px;
332
- }
333
- #kont {padding: 6px;}
334
- </style>
335
281
<script type="text/javascript" charset="utf-8">
336
282
$(document).ready(function(){
337
283
$('#edit-tab').dialog({
Original file line number Diff line number Diff line change @@ -319,6 +319,59 @@ ul.nyheter li:last-child, ul.kalender li:last-child {
319
319
border-bottom : 0 ;
320
320
}
321
321
322
+ /* admin/rum.php */
322
323
324
+ # sortable {
325
+ list-style-type : none;
326
+ }
327
+ # sortable li {
328
+ height : auto;
329
+ display : block;
330
+ }
331
+ # sortable li div span .ui-icon {
332
+ border : 1px solid # 8C58BE ;
333
+ background-color : # E6B2FF ;
334
+ margin-left : 5px ;
335
+ }
336
+ # sortable li div span .ui-icon .ui-icon-closethick {
337
+ cursor : pointer;
338
+ }
339
+ # sortable li div span .ui-icon .ui-icon-arrow-4-diag {
340
+ cursor : move;
341
+ }
342
+ .sortable-placeholder {
343
+ border : 3px dashed # ccc ;
344
+ background : # e6e6e6 ;
345
+ height : 200px ;
346
+ margin-bottom : 15px ;
347
+ }
348
+ # beskrivning , # list-rum {
349
+ color : # 000 ;
350
+ }
351
+ # beskrivning {
352
+ overflow : hidden;
353
+ }
354
+ # list-rum {
355
+ width : 475px ;
356
+ margin-left : 5px ;
357
+ }
358
+ # list-rum a {
359
+ width : 475px ;
360
+ text-transform : capitalize;
361
+ margin-bottom : 5px ;
362
+ }
363
+ # tabs li {
364
+ /*height:33px;*/
365
+ }
366
+ # dialog-tab input , # dialog-tab textarea {
367
+ margin : 0px ;
368
+ }
369
+ # dialog-kontakt input , # dialog-kontakt textarea {
370
+ margin : 0px ;
371
+ }
372
+ # accordion input {
373
+ width : 100px ;
374
+ }
375
+ # kont {padding : 6px ;}
323
376
324
377
You can’t perform that action at this time.
0 commit comments