Skip to content

Commit

Permalink
table edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kkellydesign committed Sep 9, 2015
1 parent b6ef59f commit 39bde73
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 71 deletions.
72 changes: 6 additions & 66 deletions config.codekit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
"creatorBuild": "19033",
"creatorBuild": "19051",
"files": {
"\/example_project\/fixtures\/initial_data.json": {
"fileType": 524288,
Expand Down Expand Up @@ -1097,10 +1097,6 @@
}
},
"jsLintFlags2": {
"ass": {
"active": 0,
"flagValue": -1
},
"bitwise": {
"active": 0,
"flagValue": -1
Expand All @@ -1109,91 +1105,35 @@
"active": 1,
"flagValue": -1
},
"closure": {
"active": 0,
"flagValue": -1
},
"continue": {
"active": 0,
"flagValue": -1
},
"debug": {
"couch": {
"active": 0,
"flagValue": -1
},
"devel": {
"active": 0,
"flagValue": -1
},
"eqeq": {
"es6": {
"active": 0,
"flagValue": -1
},
"evil": {
"eval": {
"active": 0,
"flagValue": -1
},
"forin": {
"for": {
"active": 0,
"flagValue": -1
},
"indent": {
"active": 0,
"flagValue": 4
},
"maxlen": {
"active": 0,
"flagValue": 150
},
"newcap": {
"active": 0,
"flagValue": -1
},
"node": {
"active": 0,
"flagValue": -1
},
"nomen": {
"active": 0,
"flagValue": -1
},
"plusplus": {
"active": 0,
"flagValue": -1
},
"properties": {
"active": 0,
"flagValue": -1
},
"regexp": {
"active": 0,
"flagValue": -1
},
"rhino": {
"active": 0,
"flagValue": -1
},
"sloppy": {
"active": 0,
"flagValue": -1
},
"stupid": {
"active": 0,
"flagValue": -1
},
"sub": {
"active": 0,
"flagValue": -1
},
"todo": {
"active": 0,
"flagValue": -1
},
"unparam": {
"active": 0,
"flagValue": -1
},
"vars": {
"this": {
"active": 0,
"flagValue": -1
},
Expand Down
2 changes: 1 addition & 1 deletion servee/frontendadmin/static/servee/css/admin.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ $(document).ready(function(){
$('#gallery_dropdown').on("click", function(e){
$('#images-group').toggle();
labelTables();
e.preventDefault();
return false;
});
labelTables();
}
Expand Down
2 changes: 1 addition & 1 deletion servee/frontendadmin/static/servee/js/frontendadmin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
top: 0px;
left: 6px;
line-height: 1;
width: 20%;
padding-right: 10px;

content: attr(data-content);
font-size: 16px;
}
//&:nth-of-type(1) { visibility:hidden }
&:before { content: attr(data-content); }
&:empty:before{
content: "";
}
Expand Down

0 comments on commit 39bde73

Please sign in to comment.