|
From: <hom...@us...> - 2016-03-23 14:07:46
|
Revision: 5308
http://sourceforge.net/p/oscss/svn/5308
Author: homer8173
Date: 2016-03-23 14:07:44 +0000 (Wed, 23 Mar 2016)
Log Message:
-----------
Backoffice new: responsive BO
Modified Paths:
--------------
trunk/catalog/admin/includes/template/oscss/css/less/header.less
trunk/catalog/admin/includes/template/oscss/gabarit-1.php
Modified: trunk/catalog/admin/includes/template/oscss/css/less/header.less
===================================================================
--- trunk/catalog/admin/includes/template/oscss/css/less/header.less 2016-03-22 17:02:19 UTC (rev 5307)
+++ trunk/catalog/admin/includes/template/oscss/css/less/header.less 2016-03-23 14:07:44 UTC (rev 5308)
@@ -335,3 +335,62 @@
/* Specifique menu */
+
+
+
+
+
+/* Responsive version */
+@media all and (max-width: 960px){
+ div.fleft, div.fright{
+ width:100% !important;
+ }
+ div#center {
+ min-width:100% !important;
+ }
+ header#header{
+ width:100px;
+ }
+ nav ul.menu_left > li > a {
+ text-shadow: none;
+ &:hover {
+ text-shadow: none;
+ color: transparent;
+ }
+ &:after {
+ display: none;
+ }
+ }
+ #headInfos h1 img {
+ max-width: 90%;
+ height: auto;
+ }
+ div#glob {
+ padding-left: 100px!important;
+ }
+ .dataTable {
+ max-width: 100% !important;
+ }
+ ul.menu_top {
+ height: 25px;
+ }
+ ul.menu_top > li > a,
+ ul.menu_top > li div.bookmarks {
+ height: 25px;
+ line-height: 25px;
+ }
+
+ div#bas {
+ padding-left: 100px !important;
+ font-size: 0;
+ overflow: hidden;
+ a {
+ padding: 2px 0 0 10px !important;
+ font-size: 11px;
+ }
+ }
+
+ footer {
+ padding-left: 100px!important;
+ }
+}
Modified: trunk/catalog/admin/includes/template/oscss/gabarit-1.php
===================================================================
--- trunk/catalog/admin/includes/template/oscss/gabarit-1.php 2016-03-22 17:02:19 UTC (rev 5307)
+++ trunk/catalog/admin/includes/template/oscss/gabarit-1.php 2016-03-23 14:07:44 UTC (rev 5308)
@@ -22,6 +22,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<title><?php echo $page_admin . ' | ' . TITLE; ?></title>
<base href="<?php echo tep_get_http() . DIR_WS_ADMIN ?>" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<?php if (OSCSS_DEBUG == true): ?>
<script type="text/javascript">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|