You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2012/04/25 17:52:18 UTC

[jira] [Created] (FELIX-3485) ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css

Valentin Valchev created FELIX-3485:
---------------------------------------

             Summary: ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css
                 Key: FELIX-3485
                 URL: https://issues.apache.org/jira/browse/FELIX-3485
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.1.8
            Reporter: Valentin Valchev
            Assignee: Valentin Valchev
             Fix For: webconsole-3.4.2


In the CSS file http://localhost:8080/system/console/res/ui/admin_compat.css there is a reference to http://localhost:8080/system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png.
However, this file does not persist.

Below is a code extract:

/*******************************************************************************
 * The statusline class was the predecessor to the current status line setup
 * using the JQuery UI statline and ui-state-highlight classes.
 * This backwards compatible statusline class is configured as a copy of the
 * basic theme statline/ui-state-highlight classes.
 */
div.statusline {
    margin-bottom:0.5em !important;
    margin-top:0.5em !important;
    padding:0.2em;
    background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
    border:1px solid #FCEFA1;
    color:#363636;
}
/******************************************************************************/



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3485) ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css

Posted by "Valentin Valchev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev updated FELIX-3485:
------------------------------------

    Description: 
In the CSS file /system/console/res/ui/admin_compat.css there is a reference to /system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png, but the image does not exist.

Below is a code extract:

/*******************************************************************************
 * The statusline class was the predecessor to the current status line setup
 * using the JQuery UI statline and ui-state-highlight classes.
 * This backwards compatible statusline class is configured as a copy of the
 * basic theme statline/ui-state-highlight classes.
 */
div.statusline {
    margin-bottom:0.5em !important;
    margin-top:0.5em !important;
    padding:0.2em;
    background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
    border:1px solid #FCEFA1;
    color:#363636;
}
/******************************************************************************/



  was:
In the CSS file http://localhost:8080/system/console/res/ui/admin_compat.css there is a reference to http://localhost:8080/system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png.
However, this file does not persist.

Below is a code extract:

/*******************************************************************************
 * The statusline class was the predecessor to the current status line setup
 * using the JQuery UI statline and ui-state-highlight classes.
 * This backwards compatible statusline class is configured as a copy of the
 * basic theme statline/ui-state-highlight classes.
 */
div.statusline {
    margin-bottom:0.5em !important;
    margin-top:0.5em !important;
    padding:0.2em;
    background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
    border:1px solid #FCEFA1;
    color:#363636;
}
/******************************************************************************/



    
> ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css
> ------------------------------------------------------------------
>
>                 Key: FELIX-3485
>                 URL: https://issues.apache.org/jira/browse/FELIX-3485
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Valentin Valchev
>            Assignee: Valentin Valchev
>             Fix For: webconsole-3.4.2
>
>
> In the CSS file /system/console/res/ui/admin_compat.css there is a reference to /system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png, but the image does not exist.
> Below is a code extract:
> /*******************************************************************************
>  * The statusline class was the predecessor to the current status line setup
>  * using the JQuery UI statline and ui-state-highlight classes.
>  * This backwards compatible statusline class is configured as a copy of the
>  * basic theme statline/ui-state-highlight classes.
>  */
> div.statusline {
>     margin-bottom:0.5em !important;
>     margin-top:0.5em !important;
>     padding:0.2em;
>     background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
>     border:1px solid #FCEFA1;
>     color:#363636;
> }
> /******************************************************************************/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3485) ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-3485:
-------------------------------------

    Fix Version/s:     (was: webconsole-4.0.2)
                   webconsole-4.0.0
    
> ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css
> ------------------------------------------------------------------
>
>                 Key: FELIX-3485
>                 URL: https://issues.apache.org/jira/browse/FELIX-3485
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Valentin Valchev
>            Assignee: Valentin Valchev
>             Fix For: webconsole-4.0.0
>
>
> In the CSS file /system/console/res/ui/admin_compat.css there is a reference to /system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png, but the image does not exist.
> Below is a code extract:
> /*******************************************************************************
>  * The statusline class was the predecessor to the current status line setup
>  * using the JQuery UI statline and ui-state-highlight classes.
>  * This backwards compatible statusline class is configured as a copy of the
>  * basic theme statline/ui-state-highlight classes.
>  */
> div.statusline {
>     margin-bottom:0.5em !important;
>     margin-top:0.5em !important;
>     padding:0.2em;
>     background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
>     border:1px solid #FCEFA1;
>     color:#363636;
> }
> /******************************************************************************/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3485) ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css

Posted by "Valentin Valchev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev resolved FELIX-3485.
-------------------------------------

    Resolution: Fixed

fixed in rev.1330366
                
> ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css
> ------------------------------------------------------------------
>
>                 Key: FELIX-3485
>                 URL: https://issues.apache.org/jira/browse/FELIX-3485
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Valentin Valchev
>            Assignee: Valentin Valchev
>             Fix For: webconsole-3.4.2
>
>
> In the CSS file http://localhost:8080/system/console/res/ui/admin_compat.css there is a reference to http://localhost:8080/system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png.
> However, this file does not persist.
> Below is a code extract:
> /*******************************************************************************
>  * The statusline class was the predecessor to the current status line setup
>  * using the JQuery UI statline and ui-state-highlight classes.
>  * This backwards compatible statusline class is configured as a copy of the
>  * basic theme statline/ui-state-highlight classes.
>  */
> div.statusline {
>     margin-bottom:0.5em !important;
>     margin-top:0.5em !important;
>     padding:0.2em;
>     background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
>     border:1px solid #FCEFA1;
>     color:#363636;
> }
> /******************************************************************************/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FELIX-3485) ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3485.
------------------------------------


Close after release
                
> ui-bg_glass_55_fbf9ee_1x400.png does not exist in admin_compat.css
> ------------------------------------------------------------------
>
>                 Key: FELIX-3485
>                 URL: https://issues.apache.org/jira/browse/FELIX-3485
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Valentin Valchev
>            Assignee: Valentin Valchev
>             Fix For: webconsole-4.0.0
>
>
> In the CSS file /system/console/res/ui/admin_compat.css there is a reference to /system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png, but the image does not exist.
> Below is a code extract:
> /*******************************************************************************
>  * The statusline class was the predecessor to the current status line setup
>  * using the JQuery UI statline and ui-state-highlight classes.
>  * This backwards compatible statusline class is configured as a copy of the
>  * basic theme statline/ui-state-highlight classes.
>  */
> div.statusline {
>     margin-bottom:0.5em !important;
>     margin-top:0.5em !important;
>     padding:0.2em;
>     background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
>     border:1px solid #FCEFA1;
>     color:#363636;
> }
> /******************************************************************************/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira