summaryrefslogtreecommitdiff
path: root/assets/sass/_table.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_table.sass')
-rw-r--r--assets/sass/_table.sass110
1 files changed, 110 insertions, 0 deletions
diff --git a/assets/sass/_table.sass b/assets/sass/_table.sass
new file mode 100644
index 00000000..bb73fc39
--- /dev/null
+++ b/assets/sass/_table.sass
@@ -0,0 +1,110 @@
+table
+ width: 100%
+ border-collapse: collapse
+ border-spacing: 0
+ margin-bottom: 20px
+ font-size: 0.95em
+
+th
+ border: 1px solid #eee
+ padding: 0.5em 3px
+
+td
+ border: 1px solid #eee
+ padding: 0.5em 3px
+ vertical-align: top
+
+th
+ background: #fbfbfb
+ text-align: left
+
+td li
+ margin-left: 20px
+
+.table-small
+ font-size: 0.8em
+
+th a
+ text-decoration: none
+ color: #333
+ &:focus, &:hover
+ text-decoration: underline
+
+.table-fixed
+ table-layout: fixed
+ white-space: nowrap
+ th
+ overflow: hidden
+ td
+ white-space: nowrap
+ overflow: hidden
+ text-overflow: ellipsis
+
+.table-stripped tr:nth-child(odd)
+ background: #fefefe
+
+.column-3
+ width: 3%
+
+.column-5
+ width: 5%
+
+.column-8
+ width: 7.5%
+
+.column-10
+ width: 10%
+
+.column-12
+ width: 12%
+
+.column-15
+ width: 15%
+
+.column-18
+ width: 18%
+
+.column-20
+ width: 20%
+
+.column-25
+ width: 25%
+
+.column-30
+ width: 30%
+
+.column-35
+ width: 35%
+
+.column-40
+ width: 40%
+
+.column-50
+ width: 50%
+
+.column-60
+ width: 60%
+
+.column-70, .column-80
+ width: 70%
+
+.draggable-row-handle
+ cursor: move
+ color: #dedede
+ &:hover
+ color: #333
+
+tr.draggable-item-selected
+ background: #fff
+ border: 2px solid #666
+ box-shadow: 4px 2px 10px -4px rgba(0, 0, 0, 0.55)
+ td
+ border-top: none
+ border-bottom: none
+ &:first-child
+ border-left: none
+ &:last-child
+ border-right: none
+
+.table-stripped tr.draggable-item-hover, tr.draggable-item-hover
+ background: #FEFFF2