2014-02-10 Sergio Martin <sergio.martin@artica.es>
* mobile/include/style/main.css: Fix style of the close button of global search control git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9421 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5f431a7789
commit
dc38a88e58
|
@ -1,3 +1,8 @@
|
|||
2014-02-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* mobile/include/style/main.css: Fix style of the close
|
||||
button of global search control
|
||||
|
||||
2014-02-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_groups.php: Fixed total agents
|
||||
|
|
|
@ -1256,6 +1256,14 @@ DIV.nodata_container {
|
|||
display: table;
|
||||
}
|
||||
|
||||
#free_search-container a {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#free_search-container span.ui-btn-inner {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
/* JQuery Mobile responsive hack to tables with */
|
||||
.ui-table-reflow.ui-responsive {
|
||||
display: table !important;
|
||||
|
|
Loading…
Reference in New Issue