Skip to content

Commit

Permalink
Replaced \t characters with 4 spaces to make CSS formatting consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
timrchavez committed Mar 17, 2012
1 parent 6f32cc9 commit 153d8ca
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions css/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ ul#nav li {
}

.myform {
padding:20px 0px;
padding:20px 0px;
}
.myform div.line {
clear:both;
min-height:50px;
margin-bottom:15px;
clear:both;
min-height:50px;
margin-bottom:15px;
}
.myform label {
display:block;
font-weight:bold;
margin-bottom:5px;
display:block;
font-weight:bold;
margin-bottom:5px;
}
34 changes: 17 additions & 17 deletions css/jquery.tagit.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
ul.tagit {
padding: 1px 5px;
overflow: auto;
padding: 1px 5px;
overflow: auto;
margin-left: inherit; /* usually we don't want the regular ul margins. */
margin-right: inherit;
}
ul.tagit li {
display: block;
float: left;
margin: 2px 5px 2px 0;
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {
padding: .2em 18px .2em .5em;
padding: .2em 18px .2em .5em;
position: relative;
line-height: inherit;
}
ul.tagit li.tagit-new {
padding: .25em 4px .25em 0;
padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
cursor: pointer;
text-decoration: none;
cursor: pointer;
text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
cursor: pointer;
cursor: pointer;
position: absolute;
right: .1em;
top: 50%;
Expand All @@ -36,19 +36,19 @@ ul.tagit li.tagit-choice .tagit-close .text-icon {
}

ul.tagit li.tagit-choice input {
display: block;
float: left;
margin: 2px 5px 2px 0;
display: block;
float: left;
margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

border: none;
margin: 0;
padding: 0;
width: inherit;
background-color: inherit;
margin: 0;
padding: 0;
width: inherit;
background-color: inherit;
outline: none;
}
12 changes: 6 additions & 6 deletions css/tagit.ui-zendesk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@


ul.tagit {
border-style: solid;
border-width: 1px;
border-color: #C6C6C6;
border-style: solid;
border-width: 1px;
border-color: #C6C6C6;
background: inherit;
}
ul.tagit li.tagit-choice {
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #CAD8F3;
border: 1px solid #CAD8F3;

background: none;
background-color: #DEE7F8;
background-color: #DEE7F8;

color: #555;
font-weight: normal;
Expand Down Expand Up @@ -45,7 +45,7 @@ ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
color: #222;
}
ul.tagit input[type="text"] {
color: #333333;
color: #333333;
background: none;
}

Expand Down

0 comments on commit 153d8ca

Please sign in to comment.