summaryrefslogtreecommitdiffstats
path: root/lib/themes/basic/jtable_basic.less
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
commit1a540bc9dd0ce3855c41fd94f1894d67854ec8d3 (patch)
treeaf509dac6cef04612b2c46475ced3790c17ee336 /lib/themes/basic/jtable_basic.less
parent808a21ce6ff05210b746652ecf64f8c25f636714 (diff)
downloadjtable-1a540bc9dd0ce3855c41fd94f1894d67854ec8d3.zip
jtable-1a540bc9dd0ce3855c41fd94f1894d67854ec8d3.tar.gz
jtable-1a540bc9dd0ce3855c41fd94f1894d67854ec8d3.tar.bz2
jTable v2.3.0v2.3.0
jQueryUI theme support with jqueryuiTheme option. [#135] New field option: inputTitle. [#265] Fixed some issues. [#134, #270, #371] Updated some localization files.
Diffstat (limited to 'lib/themes/basic/jtable_basic.less')
-rw-r--r--lib/themes/basic/jtable_basic.less159
1 files changed, 83 insertions, 76 deletions
diff --git a/lib/themes/basic/jtable_basic.less b/lib/themes/basic/jtable_basic.less
index c09c3cf..54e78bc 100644
--- a/lib/themes/basic/jtable_basic.less
+++ b/lib/themes/basic/jtable_basic.less
@@ -1,76 +1,83 @@
-/* These file is a start point for who wants to create a fully custom
- * theme for jTable. jtable_theme_base.less (or css) file is needed
- * for functionality of jTable. This file does not add any color or shape
- * modifications. It just shows how to set icons. You can change them too.
- * Halil ibrahim Kalkan / http://www.jtable.org
- */
-
-@import "../jtable_theme_base.less";
-
-.jtable_theme_base;
-
-div.jtable-main-container
-{
- div.jtable-title
- {
- div.jtable-title-text
- {
- font-size: 16px;
- font-weight: bold;
- }
-
- .jtable-close-button
- {
- background: url('close.png') no-repeat;
- width: 16px;
- height: 16px;
- }
- }
-
- table.jtable
- {
- thead
- {
- th
- {
- &.jtable-column-header-sortable div.jtable-column-header-container
- {
- background: url('column-sortable.png') no-repeat right;
- }
-
- &.jtable-column-header-sorted-asc div.jtable-column-header-container
- {
- background: url('column-asc.png') no-repeat right;
- }
-
- &.jtable-column-header-sorted-desc div.jtable-column-header-container
- {
- background: url('column-desc.png') no-repeat right;
- }
- }
- }
-
- tbody
- {
- > tr
- {
- > td
- {
- .jtable-edit-command-button
- {
- background: url('edit.png') no-repeat;
- width: 16px;
- height: 16px;
- }
-
- .jtable-delete-command-button
- {
- background: url('delete.png') no-repeat;
- width: 16px;
- height: 16px;
- }
- }
- }
- }
- }
-}
+/* These file is a start point for who wants to create a fully custom
+ * theme for jTable. jtable_theme_base.less (or css) file is needed
+ * for functionality of jTable. This file does not add any color or shape
+ * modifications. It just shows how to set icons. You can change them too.
+ * Halil ibrahim Kalkan / http://www.jtable.org
+ */
+
+@import "../jtable_theme_base.less";
+
+.jtable_theme_base;
+
+div.jtable-main-container
+{
+ div.jtable-title
+ {
+ div.jtable-title-text
+ {
+ font-size: 16px;
+ font-weight: bold;
+ }
+
+ .jtable-close-button
+ {
+ background: url('close.png') no-repeat;
+ width: 16px;
+ height: 16px;
+ }
+ }
+
+ table.jtable
+ {
+ thead
+ {
+ th
+ {
+ &.jtable-column-header-sortable div.jtable-column-header-container
+ {
+ background: url('column-sortable.png') no-repeat right;
+ }
+
+ &.jtable-column-header-sorted-asc div.jtable-column-header-container
+ {
+ background: url('column-asc.png') no-repeat right;
+ }
+
+ &.jtable-column-header-sorted-desc div.jtable-column-header-container
+ {
+ background: url('column-desc.png') no-repeat right;
+ }
+ }
+ }
+
+ tbody
+ {
+ > tr
+ {
+ > td
+ {
+ .jtable-edit-command-button
+ {
+ background: url('edit.png') no-repeat;
+ width: 16px;
+ height: 16px;
+ }
+
+ .jtable-delete-command-button
+ {
+ background: url('delete.png') no-repeat;
+ width: 16px;
+ height: 16px;
+ }
+ }
+ }
+ }
+ }
+}
+
+div.jtable-busy-message
+{
+ color: #000;
+ background-color: #ddd;
+ font-size: 1.25em;
+}