Commit 9b2e03c8 authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Sebastien Robin

Folder 'images' renamed 'img'.

parent e7ee323b
...@@ -68,11 +68,11 @@ div.pad-actions { ...@@ -68,11 +68,11 @@ div.pad-actions {
float: left; float: left;
} }
#tabs li span.rename_tab_dialog_image { #tabs li span.rename_tab_dialog_image {
background: url("../images/officejs/icon_edit.gif") no-repeat scroll 0 0 transparent; background: url("../img/officejs/icon_edit.gif") no-repeat scroll 0 0 transparent;
padding-right: 6px; padding-right: 6px;
} }
#tabs li span.remove_tab_dialog_image { #tabs li span.remove_tab_dialog_image {
background: url("../images/officejs/icon_remove.gif") no-repeat scroll 0 0 transparent; background: url("../img/officejs/icon_remove.gif") no-repeat scroll 0 0 transparent;
padding-right: 6px; padding-right: 6px;
} }
#add_new_tab_dialog_link { #add_new_tab_dialog_link {
...@@ -147,7 +147,7 @@ span.handle, h3.handle { ...@@ -147,7 +147,7 @@ span.handle, h3.handle {
cursor: move; cursor: move;
} }
h3.handle { h3.handle {
background: url("../images/officejs/tab_left_selected.png") no-repeat scroll left top transparent; background: url("../img/officejs/tab_left_selected.png") no-repeat scroll left top transparent;
border-bottom: 1px solid #3D6474; border-bottom: 1px solid #3D6474;
color: #FFFFFF; color: #FFFFFF;
font-size: 14px; font-size: 14px;
...@@ -161,7 +161,7 @@ h3.handle { ...@@ -161,7 +161,7 @@ h3.handle {
font-size: 13px !important; font-size: 13px !important;
}*/ }*/
h3.handle span.handle { h3.handle span.handle {
background: url("../images/officejs/tab_right_selected.png") no-repeat scroll right top transparent; background: url("../img/officejs/tab_right_selected.png") no-repeat scroll right top transparent;
display: block; display: block;
min-height: 20px; min-height: 20px;
padding: 5px 5px 0 0; padding: 5px 5px 0 0;
...@@ -170,13 +170,13 @@ h3.handle span.handle { ...@@ -170,13 +170,13 @@ h3.handle span.handle {
background: none repeat scroll 0 0 white !important; background: none repeat scroll 0 0 white !important;
}*/ }*/
a.block-remove { a.block-remove {
background-image: url("../images/officejs/icon_remove.gif"); background-image: url("../img/officejs/icon_remove.gif");
} }
a.block-edit-form { a.block-edit-form {
background-image: url("../images/officejs/icon_edit.png") !important; background-image: url("../img/officejs/icon_edit.png") !important;
} }
a.block-minimize { a.block-minimize {
background-image: url("../images/officejs/icon_minimize.png") !important; background-image: url("../img/officejs/icon_minimize.png") !important;
} }
a.clickable-block { a.clickable-block {
background-position: center center; background-position: center center;
......
...@@ -12,7 +12,7 @@ body { ...@@ -12,7 +12,7 @@ body {
/* buttons aspect */ /* buttons aspect */
.officejs_button { .officejs_button {
background-image: url('../images/officejs/button_background.png'); background-image: url('../img/officejs/button_background.png');
border: 1px solid #BBBBBB; border: 1px solid #BBBBBB;
border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px;
color: #333333; color: #333333;
...@@ -203,7 +203,7 @@ div.header-right div.input a { ...@@ -203,7 +203,7 @@ div.header-right div.input a {
list-style: none inside none; list-style: none inside none;
} }
.action_menu a#change_state { .action_menu a#change_state {
background-image: url("../images/officejs/button_background.png"); background-image: url("../img/officejs/button_background.png");
border: 1px solid #D1D1D1; border: 1px solid #D1D1D1;
color: #333333; color: #333333;
padding: 2px; padding: 2px;
...@@ -423,16 +423,16 @@ div.listbox-navigation input { ...@@ -423,16 +423,16 @@ div.listbox-navigation input {
width: 20px; width: 20px;
} }
div.listbox-navigation button.listbox_first_page { div.listbox-navigation button.listbox_first_page {
background-image: url("../images/officejs/first_page.png"); background-image: url("../img/officejs/first_page.png");
} }
div.listbox-navigation button.listbox_previous_page { div.listbox-navigation button.listbox_previous_page {
background-image: url("../images/officejs/previous_page.png"); background-image: url("../img/officejs/previous_page.png");
} }
div.listbox-navigation button.listbox_next_page { div.listbox-navigation button.listbox_next_page {
background-image: url("../images/officejs/next_page.png"); background-image: url("../img/officejs/next_page.png");
} }
div.listbox-navigation button.listbox_last_page { div.listbox-navigation button.listbox_last_page {
background-image: url("../images/officejs/last_page.png"); background-image: url("../img/officejs/last_page.png");
} }
div.listbox-navigation button.listbox_previous_page, div.listbox-navigation button.listbox_next_page { div.listbox-navigation button.listbox_previous_page, div.listbox-navigation button.listbox_next_page {
margin: 0; margin: 0;
...@@ -489,7 +489,7 @@ table.listbox { ...@@ -489,7 +489,7 @@ table.listbox {
border-collapse: collapse; border-collapse: collapse;
} }
thead { thead {
background: url("../images/officejs/href_background.gif") repeat scroll 0 0 transparent; background: url("../img/officejs/href_background.gif") repeat scroll 0 0 transparent;
font-family: serif; font-family: serif;
font-size: medium; font-size: medium;
font-style: normal; font-style: normal;
...@@ -516,7 +516,7 @@ div.listbox-content tr { ...@@ -516,7 +516,7 @@ div.listbox-content tr {
text-align: left; text-align: left;
} }
.sort-button { .sort-button {
background: url("../images/officejs/href_background.gif") repeat scroll 0 0 transparent; background: url("../img/officejs/href_background.gif") repeat scroll 0 0 transparent;
border: 0 none; border: 0 none;
} }
.sort-button span { .sort-button span {
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
<title>Office JS</title> <title>Office JS</title>
<link type="text/css" rel="stylesheet" href="css/jquery-ui.css" /> <link type="text/css" rel="stylesheet" href="css/jquery-ui.css" />
<link type="text/css" rel="stylesheet" href="css/officejs.css" /> <link type="text/css" rel="stylesheet" href="css/officejs.css" />
<link rel="icon" type="image/x-icon" href="images/officejs/favicon.ico" /> <link rel="icon" type="image/x-icon" href="img/officejs/favicon.ico" />
<link rel="shortcut icon" <link rel="shortcut icon"
type="image/x-icon" href="images/officejs/favicon.ico" /> type="image/x-icon" href="img/officejs/favicon.ico" />
<!-- dependencies: jquery sjcl base64 jio tools theme officejs login --> <!-- dependencies: jquery sjcl base64 jio tools theme officejs login -->
<script data-main="scripts/login/loader" src="libs/require/require.js"> <script data-main="scripts/login/loader" src="libs/require/require.js">
</script> </script>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<td valign="top"> <td valign="top">
<div id="advertisement"> <div id="advertisement">
<b>Sign in to edit documents, spreadsheets and drawing and share this document with other users</b><br /> <b>Sign in to edit documents, spreadsheets and drawing and share this document with other users</b><br />
<img src="images/officejs/logo.png" alt="" /> <img src="img/officejs/logo.png" alt="" />
</div> </div>
</td> </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment