mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
added classes to grid, list and detail view
to allow specific styling also fixed an issue with gridview sort indicator css. fixes #1000
This commit is contained in:
@@ -60,6 +60,10 @@ a.desc:after {
|
||||
content: "\e156";
|
||||
}
|
||||
|
||||
.grid-view th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.hint-block {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user