Browse code

Zakladne styly pre nastavenie historie

Cinan Rakosnik authored on 25/05/2013 at 12:45:01
Showing 2 changed files
... ...
@@ -1,4 +1,10 @@
1 1
 .conversation.clear.border
2
+  .history-settings
3
+    %a.left{href: '#'} Load history
4
+
5
+    %input.right{ type: 'checkbox', name: 'enable-history', value: '1', id: 'ihistory' }
6
+    %label.right{ for: 'ihistory' } Disable history
7
+    %span.right.current History recording is enabled.
2 8
   .messages#height-setter-2
3 9
     -for view in @history
4 10
       #{view}
... ...
@@ -501,6 +501,33 @@
501 501
   width: 730px;
502 502
   position: relative;
503 503
 
504
+  .history-settings {
505
+    border-bottom: 1px solid $gray-light;
506
+    overflow: auto;
507
+    margin: 0 -9px;
508
+    padding: 0 9px;
509
+
510
+    .load-history {
511
+
512
+    }
513
+
514
+    .current {
515
+
516
+    }
517
+
518
+    label {
519
+      margin: 0;
520
+      padding: 0;
521
+    }
522
+
523
+    input {
524
+      width: auto;
525
+      height: auto;
526
+      margin: 0;
527
+      padding: 0;
528
+    }
529
+  }
530
+
504 531
   .event {
505 532
     color: $status-color;
506 533
     font-weight: bold;