From 153d8ca3911ae7e6ad7b9e6003ca17501a381d50 Mon Sep 17 00:00:00 2001 From: Timothy Chavez Date: Sat, 17 Mar 2012 01:54:24 -0500 Subject: [PATCH] Replaced \t characters with 4 spaces to make CSS formatting consistent. --- css/examples.css | 14 +++++++------- css/jquery.tagit.css | 34 +++++++++++++++++----------------- css/tagit.ui-zendesk.css | 12 ++++++------ 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/css/examples.css b/css/examples.css index dca440c1..ed7075ea 100644 --- a/css/examples.css +++ b/css/examples.css @@ -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; } diff --git a/css/jquery.tagit.css b/css/jquery.tagit.css index 467605b2..36dc882c 100644 --- a/css/jquery.tagit.css +++ b/css/jquery.tagit.css @@ -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%; @@ -36,9 +36,9 @@ 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; @@ -46,9 +46,9 @@ ul.tagit input[type="text"] { 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; } diff --git a/css/tagit.ui-zendesk.css b/css/tagit.ui-zendesk.css index 078f9a6b..1ea405f6 100644 --- a/css/tagit.ui-zendesk.css +++ b/css/tagit.ui-zendesk.css @@ -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; @@ -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; }