Merge pull request #1113 from marcoAntonioNina/BUG-10192
BUG 10192 Al mover un campo en fields handler dentro... SOLVED
This commit is contained in:
@@ -91,7 +91,7 @@ div.topbar a {
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
||||
}
|
||||
div.topbar a#logo {
|
||||
background: url(../phoenix/img/twitter_logo_right.png) no-repeat 0 9px;
|
||||
/*background: url(../phoenix/img/twitter_logo_right.png) no-repeat 0 9px;*/
|
||||
display: block;
|
||||
width: 120px;
|
||||
height: 40px;
|
||||
@@ -173,7 +173,7 @@ div.topbar ul li.active a {
|
||||
padding: 7px 8px 5px 8px;
|
||||
}
|
||||
#search-form span.glass i {
|
||||
background-image: url(../phoenix/img/sprite-icons.png);
|
||||
/*background-image: url(../phoenix/img/sprite-icons.png);*/
|
||||
background-position: -224px -96px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
@@ -225,7 +225,7 @@ div.topbar ul.primary-nav {
|
||||
display: block;
|
||||
height: 14px;
|
||||
text-indent: -9999px;
|
||||
background-image: url("../phoenix/img/sprite-icons.png");
|
||||
/*background-image: url("../phoenix/img/sprite-icons.png");*/
|
||||
background-position: -176px -96px;
|
||||
font-size: 0;
|
||||
}
|
||||
@@ -490,7 +490,7 @@ div.topbar ul li a.menu span.menu-label:after {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
display: inline-block;
|
||||
background: transparent url(../phoenix/img/sprite-icons.png) no-repeat scroll -79px -68px;
|
||||
/*background: transparent url(../phoenix/img/sprite-icons.png) no-repeat scroll -79px -68px;*/
|
||||
content: "↓";
|
||||
text-indent: -99999px;
|
||||
vertical-align: top;
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<link type="text/css" href="/js/jquery/css/redmond/jquery-ui-1.7.2.custom.css" rel="stylesheet" />
|
||||
<link type="text/css" href="/skins/<?php echo SYS_SKIN;?>/style.css" rel="stylesheet" />
|
||||
<link type="text/css" href="/skin/<?php echo SYS_SKIN;?>/style.css" rel="stylesheet" />
|
||||
<style> body{ background-color: #fff; }</style>
|
||||
<script type="text/javascript" src="/js/jquery/jquery-1.3.2.min.js"></script>
|
||||
<script type="text/javascript" src="/js/jquery/jquery-ui-1.7.2.custom.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user