diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 4675d40..f4adc2a 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -39,6 +39,16 @@ margin-left: 2%; } +#create-category{ + margin-left: 40%; + margin-bottom: 1%; + border: none; + background-color: #66BB6A; + color: #FFFFFF; + width: 200px; + height: 40px; + font-size: 15px; +} /* category app ends */ diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 6df7b2c..f63cffb 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -108,7 +108,7 @@