<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/css/bootstrap-yii.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/css/jquery-ui-bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/bootstrap-datepicker/css/datepicker3.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/redactor/redactor.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/select2/select2.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/assets/29809a7b/select2/select2-bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/themes/abound/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/themes/abound/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/themes/abound/css/abound.css" />
<link rel="stylesheet" type="text/css" href="/boatapp/themes/abound/css/style-blue.css" />
<title>abound - Yii theme</title>
How can I selectively use css in my application per page? Right now all the css files above are loaded by extensions as well as layout file.
The reason I m asking because some of my code does not work…
E.g
code below.
<div class="col-sm-9">
<div class="input-group">
<span class="input-group-addon">$</span>
<input class="form-control" placeholder="Price" name="Vessel[Price]" id="Vessel_Price" type="text" maxlength="10" />
</div>
</div>
shows me the following kind of control on page5913