2012-09-06 Sancho Lerena <slerena@artica.es>
* manifest.json: Added URL. * options.html, css/popup.css: Small layout changes. * images/*: New icons. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6935 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
@ -1,3 +1,24 @@
|
|||||||
|
2012-09-06 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* manifest.json: Added URL.
|
||||||
|
|
||||||
|
* options.html,
|
||||||
|
css/popup.css: Small layout changes.
|
||||||
|
|
||||||
|
* images/*: New icons.
|
||||||
|
|
||||||
|
2012-09-02 Hareesan Rajendra <rharishan@gmail.com>
|
||||||
|
|
||||||
|
* options.html : Made some style property changes.
|
||||||
|
|
||||||
|
2012-08-22 Hareesan Rajendra <rharishan@gmail.com>
|
||||||
|
|
||||||
|
* Updated few features.
|
||||||
|
|
||||||
|
2012-08-22 Hareesan Rajendra <rharishan@gmail.com>
|
||||||
|
|
||||||
|
* Added Color changes and few other changes
|
||||||
|
|
||||||
2012-08-19 Sancho Lerena <slerena@artica.es>
|
2012-08-19 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* Fixed some missing files, and created COPYING and ChangeLog.
|
* Fixed some missing files, and created COPYING and ChangeLog.
|
||||||
|
@ -7,7 +7,7 @@ body {
|
|||||||
}
|
}
|
||||||
h1 { font-weight: bold; font-size:16px; margin:2px 0px 2px 0px; color:#237948; font-family:arial }
|
h1 { font-weight: bold; font-size:16px; margin:2px 0px 2px 0px; color:#237948; font-family:arial }
|
||||||
h2{
|
h2{
|
||||||
color : blue;
|
color : black;
|
||||||
}
|
}
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
@ -43,20 +43,13 @@ div.b div.items p img {
|
|||||||
float:left;margin:0px 3px 0px 0px;
|
float:left;margin:0px 3px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.options_header{
|
div.options_header{
|
||||||
height :80px;
|
|
||||||
width : 450px;
|
|
||||||
margin : 10px 10px;
|
margin : 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.options_divider{
|
div.options_divider{
|
||||||
width : 100%;
|
width : 100%;
|
||||||
background-color : #C8D8E8;
|
background-color : #C8C8C8;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.optionsG_textarea{
|
div.optionsG_textarea{
|
||||||
|
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 501 B |
@ -2,6 +2,7 @@
|
|||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
|
"homepage_url": "http://pandorafms.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "__MSG_default_title__",
|
"default_title": "__MSG_default_title__",
|
||||||
"default_icon": "images/icon.png",
|
"default_icon": "images/icon.png",
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
<div id="demo">
|
<div id="demo">
|
||||||
<div class="options_header">
|
<div class="options_header">
|
||||||
<img src="images/pandora.jpg">
|
<img src="images/logo.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="options_divider"><h2>Options Menu</h2></div>
|
<div class="options_divider"><h2>Options Menu</h2></div>
|
||||||
|
|
||||||
|